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.HighlightText

The color of the text of highlighted text. This includes selected menu items as well as selected text.

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

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace