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