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

true if the commands pane will be can be made visible for the currently selected objects. Objects that expose verbs can show commands.

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

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace