C1.Win.C1FlexGrid Namespace > IC1EmbeddedEditor Interface : C1EditorGetStyle Method |
'Declaration
Function C1EditorGetStyle() As UITypeEditorEditStyle
'Usage
Dim instance As IC1EmbeddedEditor Dim value As UITypeEditorEditStyle value = instance.C1EditorGetStyle()
UITypeEditorEditStyle C1EditorGetStyle()
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2