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