[]
Represents the style of the button that used in the DropDownCalculatorInfo.
[TypeConverter(typeof(CalculatorButtonStyleInfoConverter))]
public class CalculatorButtonStyleInfo
<TypeConverter(GetType(CalculatorButtonStyleInfoConverter))>
Public Class CalculatorButtonStyleInfo
Name | Description |
---|---|
CalculatorButtonStyleInfo() | Initializes a new instance of the CalculatorButtonStyleInfo. |
CalculatorButtonStyleInfo(Color, Color, TextEffect) | Initializes a new instance of the CalculatorButtonStyleInfo. |
Name | Description |
---|---|
BackColor | Gets or sets the background color. |
ForeColor | Gets or sets the foreground color. |
Math | Gets the default CalculatorButtonStyleInfo used for math buttons. |
Memory | Gets the default CalculatorButtonStyleInfo used for memory buttons. |
Normal | Gets the default CalculatorButtonStyleInfo used for normal buttons. |
Output | Gets the default CalculatorButtonStyleInfo used for output window. |
TextEffect | Gets or sets the text drawing effect. |
Name | Description |
---|---|
Equals(object) | Tests whether the given object is equal to this CalculatorButtonStyleInfo. |
GetHashCode() | Returns the generated hash code for this CalculatorButtonStyleInfo. |