'Declaration
Function GetEditStyle() As UITypeEditorEditStyle
UITypeEditorEditStyle GetEditStyle()
'Declaration
Function GetEditStyle() As UITypeEditorEditStyle
UITypeEditorEditStyle GetEditStyle()
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.