MenuCommandService::RemoveVerb Method (DesignerVerb^)

 

Removes the given verb from the document.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void RemoveVerb(
	DesignerVerb^ verb
)

Parameters

verb
Type: System.ComponentModel.Design::DesignerVerb^

The verb to remove.

Exception Condition
ArgumentNullException

verb is null.

.NET Framework
Available since 2.0
Return to top
Show: