[]
Drawn the defined group with the style.
public void SetButtonStyle(KeyGroups groups, CalculatorButtonStyle style)
Public Sub SetButtonStyle(groups As KeyGroups, style As CalculatorButtonStyle)
Type | Name | Description |
---|---|---|
KeyGroups | groups | One of the KeyGroups values. |
CalculatorButtonStyle | style | A CalculatorButtonStyle used to draw the given group. |
This method applies a special CalculatorButtonStyle settings to a KeyGroups for displaying.
Drawn the defined group with the given style elements.
public void SetButtonStyle(KeyGroups groups, Color foreColor, Color backColor, TextEffect textEffect)
Public Sub SetButtonStyle(groups As KeyGroups, foreColor As Color, backColor As Color, textEffect As TextEffect)
Type | Name | Description |
---|---|---|
KeyGroups | groups | One of the KeyGroups values. |
Color | foreColor | The foreground color. |
Color | backColor | The background color. |
TextEffect | textEffect | One of the TextEffect values. |
This method applies the forecolor, the backcolor and the TextEffect settings to a KeyGroups for displaying.