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


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

    Property Value

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