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

Returns true if the commands pane is currently shown.

[Visual Basic]
Overridable Public ReadOnly Property CommandsVisible As Boolean
[C#]
public bool CommandsVisible {virtual get;}
[C++]
public: __property virtual bool get_CommandsVisible();
[JScript]
public function get CommandsVisible() : Boolean;

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace