- commandID
- The System.ComponentModel.Design.CommandID of the command to search for and execute.
true if the command was found and invoked successfully; otherwise, false.
This method searches for a menu command or designer verb with a System.ComponentModel.Design.CommandID matching the specified System.ComponentModel.Design.CommandID. This method first searches within the designer verbs collection consisting of global and active designer-provided verbs before continuing the search, if necessary, through the global environment command service. If a matching menu command or designer verb is located, the command is invoked.