This documentation is archived and is not being maintained.
MenuCommand.Enabled Property
.NET Framework 1.1
Gets a value indicating whether this menu item is available.
[Visual Basic] Public Overridable Property Enabled As Boolean [C#] public virtual bool Enabled {get; 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);
Property Value
true if the item is enabled; 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: