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!

DrawItemEventArgs.ForeColor

A suggested color drawing: either SystemColors.WindowText or SystemColors.HighlightText, depending on whether this item is selected.

[Visual Basic]
Public ReadOnly Property ForeColor As Color
[C#]
public Color ForeColor {get;}
[C++]
public: __property Color get_ForeColor();
[JScript]
public function get ForeColor() : Color;

See Also

DrawItemEventArgs Class | DrawItemEventArgs Members | System.WinForms Namespace