Gets or sets a value that indicates whether this menu item is available.
[Visual Basic] Overridable Public Property Enabled As Boolean [C#] public bool Enabled {virtual get; virtual set;} [C++] public: __property virtual bool get_Enabled(); public: __property virtual void set_Enabled(bool); [JScript] public function get Enabled() : Boolean; public function set Enabled(Boolean);
true if the item is enabled; otherwise, false.
MenuCommand Class | MenuCommand Members | System.ComponentModel.Design Namespace