Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / NumericButtons Property


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

    Property Value

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