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);
true if the item is supported, which is the default; otherwise, false.
MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace