[]
Represents the style of the button that used in the GrapeCity.Win.Spread.InputMan.CellType.GcCalculator.
[TypeConverter(typeof(CalculatorButtonStyleConverter))]
public class CalculatorButtonStyle : IDisposable, ICloneable
<TypeConverter(GetType(CalculatorButtonStyleConverter))>
Public Class CalculatorButtonStyle
Implements IDisposable, ICloneable
Name | Description |
---|---|
CalculatorButtonStyle() | Constrcutor of the CalculatorButtonStyle. |
CalculatorButtonStyle(Color, Color, TextEffect) | Constrcutor of the CalculatorButtonStyle. |
Name | Description |
---|---|
BackColor | Gets or sets the background color. |
ForeColor | Gets or sets the foreground color. |
Math | Gets the default CalculatorButtonStyle used for math buttons. |
Memory | Gets the default CalculatorButtonStyle used for memory buttons. |
Normal | Gets the default CalculatorButtonStyle used for normal buttons. |
Output | Gets the default CalculatorButtonStyle used for output window. |
TextEffect | Gets or sets the text drawing effect. |
Name | Description |
---|---|
Clone() | The Clone method creates a new CalculatorButtonStyle object and initializes it with the contents of this CalculatorButtonStyle object. |
Dispose() | Releases the resources used by the CalculatorButtonStyle class. |
Equals(object) | Tests whether the given object is equal to this CalculatorButtonStyle. |
GetHashCode() | Returns the generated hash code for this CalculatorButtonStyle. |
OnPropertyChanged(string) | Raises the PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Occurs when Properrty of the CalculatorButtonStyle object is changed. |