Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditingControl Class / FlatStyle Property


In This Topic
    FlatStyle Property (GcComboBoxEditingControl)
    In This Topic
    Gets or sets the appearance of this control.
    Syntax
    'Declaration
     
    
    Public Overridable Property FlatStyle As FlatStyleEx
    'Usage
     
    
    Dim instance As GcComboBoxEditingControl
    Dim value As FlatStyleEx
     
    instance.FlatStyle = value
     
    value = instance.FlatStyle
    public virtual FlatStyleEx FlatStyle {get; set;}

    Property Value

    A FlatStyleEx enumeration indicates the flat style.
    Remarks
    Use the FlatStyle property to get or set the display of the control.
    See Also