MenuCommand.Supported Property
.NET Framework (current version)
Gets or sets a value indicating whether this menu item is supported.
Assembly: System (in System.dll)
Property Value
Type: System.Booleantrue if the item is supported, which is the default; otherwise, false.
The following code example creates a MenuCommand object, configures its properties, and adds it to the IMenuCommandService.
.NET Framework
Available since 1.1
Available since 1.1
Show: