spacer graphic
spacer graphic
Montage of games AGS Logo
spacer graphic

 

spacer graphic
Menu
spacer graphic Home
About
News
Features
Download AGS
spacer graphic Games 
Games main page
Award Winners
Picks of the month
Short games
Medium length games
Full length games
In Production
Hints & Tips
Community
Forums
AGSers World Map
Member websites
Chat
Resources
Tutorials
FAQ
Knowledge Base
Downloads
Links
AGS-related links
* AGS Manual
  * Scripting
    * GUI Text Box functions and properties

TextColor property (text box)

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


User comments and notes
There are currently no user comments on this page.
The user comment facility is currently disabled.