MenuCommand Methods
.NET Framework (current version)
Namespace:
System.ComponentModel.Design
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Invoke() | Invokes the command. |
![]() | Invoke(Object^) | Invokes the command with the given parameter. |
![]() | MemberwiseClone() | |
![]() | OnCommandChanged(EventArgs^) | Raises the CommandChanged event. |
![]() | ToString() | Returns a string representation of this menu command.(Overrides Object::ToString().) |
Show:

