ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IC1EmbeddedEditor Interface / C1EditorGetStyle Method

In This Topic
    C1EditorGetStyle Method
    In This Topic
    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