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

[To be supplied.]

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

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace