Adornment.InvokeCommand(MenuCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool InvokeCommand(System::ComponentModel::Design::MenuCommand ^ cmd);
public virtual bool InvokeCommand (System.ComponentModel.Design.MenuCommand cmd);
abstract member InvokeCommand : System.ComponentModel.Design.MenuCommand -> bool
override this.InvokeCommand : System.ComponentModel.Design.MenuCommand -> bool
Public Overridable Function InvokeCommand (cmd As MenuCommand) As Boolean
Parameters
- cmd
- MenuCommand