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

Property Value

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