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!

MenuCommand.Supported

Gets or sets a value that indicates whether this menu item is supported.

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

Property Value

true if the item is supported, which is the default; otherwise, false.

See Also

MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace