| Visual Basic (Declaration) | |
|---|---|
Public Property TextColor As Color | |
| C# | |
|---|---|
public Color TextColor {get; set;} | |
Property Value
ColorAssigning a new value to this property will change the color of the text for the current button.
| dbicCalc | Send comments on this topic. |
| TextColor Property | |
| See Also | |
|
| dbicCalc Assembly > Dbi.WinControl.Calc Namespace > BeforeButtonTextShownEventArgs Class : TextColor Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property TextColor As Color | |
| C# | |
|---|---|
public Color TextColor {get; set;} | |