Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyle Class / Math Property


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

    Property Value

    A CalculatorButtonStyle value indicates the math style.
    See Also