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


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

    Property Value

    A CalculatorButtonStyleInfo value indicates the normal style.
    See Also