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!

PropertyGrid.CommandsForeColor

The forground color for the hot commands region.

[Visual Basic]
Public Property CommandsForeColor As Color
[C#]
public Color CommandsForeColor {get; set;}
[C++]
public: __property Color get_CommandsForeColor();
public: __property void set_CommandsForeColor(Color);
[JScript]
public function get CommandsForeColor() : Color;
public function set CommandsForeColor(Color);

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace