Spread Windows Forms 12.0 Product Documentation
ResetButtons Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalculatorInfo Class : ResetButtons Property
Gets or sets the style for the reset button.
Syntax
'Declaration
 
Public Property ResetButtons As CalculatorButtonStyleInfo
'Usage
 
Dim instance As DropDownCalculatorInfo
Dim value As CalculatorButtonStyleInfo
 
instance.ResetButtons = value
 
value = instance.ResetButtons
public CalculatorButtonStyleInfo ResetButtons {get; set;}

Property Value

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

Reference

DropDownCalculatorInfo Class
DropDownCalculatorInfo Members