'Declaration Protected Function New( _ ByVal template As ComboBoxTextBoxArea _ )
'Usage Dim template As ComboBoxTextBoxArea Dim instance As New ComboBoxTextBoxArea(template)
protected ComboBoxTextBoxArea( ComboBoxTextBoxArea template )
Parameters
- template
- The ComboBoxTextBoxArea to use as a template.