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


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

    Property Value

    A CalculatorButtonStyleInfo value indicates the math style.
    See Also