IMenuCommandService.RemoveVerb(DesignerVerb) Method

Definition

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