This documentation is archived and is not being maintained.

MenuCommand.Supported Property

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

[Visual Basic]
Public Overridable Property Supported As Boolean
[C#]
public virtual bool Supported {get; 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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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

Show: