Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / EditButtons Property


In This Topic
EditButtons Property (DropDownCalculator)
In This Topic
Gets or sets the button style of button about edit.
Syntax
'Declaration
 
Public Property EditButtons As CalculatorButtonStyle
 
'Usage
 
Dim instance As DropDownCalculator
Dim value As CalculatorButtonStyle
 
instance.EditButtons = value
 
value = instance.EditButtons

Property Value

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