'Declaration
Function C1EditorGetStyle() As UITypeEditorEditStyle
UITypeEditorEditStyle C1EditorGetStyle()
'Declaration
Function C1EditorGetStyle() As UITypeEditorEditStyle
UITypeEditorEditStyle C1EditorGetStyle()
The default handler returns DropDown for ComboBoxes, DateTimePickers, and UpDown controls. It returns None for other control types.
The UITypeEditorEditStyle enumeration is defined in the System.Drawing.Design namespace. The available settings are DropDown, Modal, and None.