(Formerly known as SetLabelColor, which is now obsolete)
int Label.TextColor;
Gets/sets the text colour used to display the label's text.
Example:
lblStatus.TextColor = 14;
will change label 'lblStatus' to have yellow text.
See Also: Label.Font, Label.Text
|