'Declaration Public Function New( _ ByVal template As WinComboBox _ )
'Usage Dim template As WinComboBox Dim instance As New ComboBoxEditor(template)
public ComboBoxEditor( WinComboBox template )
Parameters
- template
- The WinComboBox to use as a template.