ComponentOne FlexGrid for WinForms
C1EditorGetStyle Method

C1.Win.C1FlexGrid Namespace > IC1EmbeddedEditor Interface : C1EditorGetStyle Method
Gets the editor style, which determines the type of button that is displayed in the cell before and during editing (DropDown, Modal, or None).
Syntax
'Declaration
 
Function C1EditorGetStyle() As UITypeEditorEditStyle
UITypeEditorEditStyle C1EditorGetStyle()
Remarks

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.

See Also

Reference

IC1EmbeddedEditor Interface
IC1EmbeddedEditor Members