GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / SetButtonStyle Method / SetButtonStyle(KeyGroups,CalculatorButtonStyle) Method
One of the KeyGroups values.
A CalculatorButtonStyle used to draw the given group.


In This Topic
SetButtonStyle(KeyGroups,CalculatorButtonStyle) Method
In This Topic
Drawn the defined group with the style.
Syntax
'Declaration
 
Public Overloads Sub SetButtonStyle( _
   ByVal groups As KeyGroups, _
   ByVal style As CalculatorButtonStyle _
) 
 
'Usage
 
Dim instance As DropDownCalculator
Dim groups As KeyGroups
Dim style As CalculatorButtonStyle
 
instance.SetButtonStyle(groups, style)

Parameters

groups
One of the KeyGroups values.
style
A CalculatorButtonStyle used to draw the given group.
Remarks
This method applies a special CalculatorButtonStyle settings to a KeyGroups for displaying.
See Also