NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemColors.ControlText

The color of the text of push buttons and other 3D objects

[Visual Basic]
Public Shared ReadOnly Property ControlText As Color
[C#]
public static Color ControlText {get;}
[C++]
public: __property static Color get_ControlText();
[JScript]
public static function get ControlText() : Color;

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace