Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculatorInfo Class / MathButtons Property


In This Topic
    MathButtons Property (DropDownCalculatorInfo)
    In This Topic
    Gets or sets the button style for the math button.
    Syntax
    'Declaration
     
    
    Public Property MathButtons As CalculatorButtonStyleInfo
    'Usage
     
    
    Dim instance As DropDownCalculatorInfo
    Dim value As CalculatorButtonStyleInfo
     
    instance.MathButtons = value
     
    value = instance.MathButtons
    public CalculatorButtonStyleInfo MathButtons {get; set;}

    Property Value

    A CalculatorButtonStyleInfo object that is used to draw math related buttons.
    Remarks
    This property retrieves the display style of all math buttons.
    See Also