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


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

    Property Value

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