MenuCommand::Properties Property
.NET Framework (current version)
Gets the public properties associated with the MenuCommand.
Assembly: System (in System.dll)
Property Value
Type: System.Collections::IDictionary^An IDictionary containing the public properties of the MenuCommand.
All menu commands store their public properties in the Properties collection. The key in the properties dictionary is the property name. This allows for generic enumeration of properties and provides a consistent substrate from which new properties can be added without modifying the class definition.
.NET Framework
Available since 2.0
Available since 2.0
Show: