C1.Win.Input.MultiColumnCombo Namespace / C1MultiColumnCombo Class / CreateDropDownView Method

In This Topic
CreateDropDownView Method
In This Topic
Instantiates an IDropDownView, applies the properties from this C1MultiColumnCombo, and subscribes to events.
Syntax
'Declaration
 
Protected Overridable Function CreateDropDownView( _
   ByVal dropDownView As DropDownView _
) As IDropDownView
 

Parameters

dropDownView
View to be created.
See Also