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

[To be supplied.]

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

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace