Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyle Class / Normal Property


In This Topic
    Normal Property (CalculatorButtonStyle)
    In This Topic
    Gets the default CalculatorButtonStyle used for normal buttons.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Normal As CalculatorButtonStyle
    'Usage
     
    
    Dim value As CalculatorButtonStyle
     
    value = CalculatorButtonStyle.Normal
    public static CalculatorButtonStyle Normal {get;}

    Property Value

    A CalculatorButtonStyle value indicates the normal style.
    See Also