int Button.TextColor;
Gets/sets the text colour used to display the button's text.
If the button is displaying an image rather than text, then this property has no effect.
Example:
btnRestart.TextColor = 15;
will change button 'btnRestart' to have white text.
See Also: Button.NormalGraphic
|