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

Sets or gets the visiblity state of the help pane.

[Visual Basic]
Overridable Public Property HelpVisible As Boolean
[C#]
public bool HelpVisible {virtual get; virtual set;}
[C++]
public: __property virtual bool get_HelpVisible();
public: __property virtual void set_HelpVisible(bool);
[JScript]
public function get HelpVisible() : Boolean;
public function set HelpVisible(Boolean);

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace