Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / FlatStyle Property


In This Topic
    FlatStyle Property (DropDownCalculator)
    In This Topic
    Gets or sets the appearance style of the drop-down window.
    Syntax
    'Declaration
     
    
    Public Property FlatStyle As FlatStyle
    'Usage
     
    
    Dim instance As DropDownCalculator
    Dim value As FlatStyle
     
    instance.FlatStyle = value
     
    value = instance.FlatStyle
    public FlatStyle FlatStyle {get; set;}

    Property Value

    A System.Windows.Forms.FlatStyle value indicates the control appearance.
    Remarks
    The FlatStyle property determines the display style of the control.
    See Also