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


In This Topic
    FlatStyle Property (GcComboBox)
    In This Topic
    Gets or sets the appearance of this control.
    Syntax
    'Declaration
     
    
    Public Overrides Property FlatStyle As FlatStyleEx
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As FlatStyleEx
     
    instance.FlatStyle = value
     
    value = instance.FlatStyle
    public override 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