IMenuCommandService.RemoveVerb(DesignerVerb) 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.
Removes the specified designer verb from the collection of global designer verbs.
public:
void RemoveVerb(System::ComponentModel::Design::DesignerVerb ^ verb);
public void RemoveVerb (System.ComponentModel.Design.DesignerVerb verb);
abstract member RemoveVerb : System.ComponentModel.Design.DesignerVerb -> unit
Public Sub RemoveVerb (verb As DesignerVerb)
Parameters
- verb
- DesignerVerb
The DesignerVerb to remove.
Remarks
This method removes the specified global designer verb if it is within the global designer verbs collection. You can add a designer verb to the global designer verbs collection using the AddVerb method.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.