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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.