OleMenuCommand.Invoke Method
Include Protected Members
Include Inherited Members
Executes the command.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Invoke() | Invokes the command. (Inherited from MenuCommand.) | |
Invoke(Object) | Executes the command. (Overrides MenuCommand.Invoke(Object).) | |
Invoke(Object, IntPtr) | Executes the command. | |
Invoke(Object, IntPtr, OLECMDEXECOPT) | Executes the command with the specified parameters and execution options. |
Top