int TextBox.TextColor;
Gets/sets the text colour used to draw the text box. This affects both the text in the text
box, and also the text box's border.
Example:
txtInput.TextColor = 14;
will change text box 'txtInput' to have yellow text.
Compatibility: Supported by AGS 3.1.0 and later versions.
See Also: TextBox.Text
|