RemoveVerb Method
See Also 
SourceCode.Framework.Design Namespace > MenuCommandServiceBase Class : RemoveVerb Method



verb
The System.ComponentModel.Design.DesignerVerb to remove.

Glossary Item Box

Removes the specified designer verb from the collection of global designer verbs.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub RemoveVerb( _
   ByVal verb As DesignerVerb _
) 
Visual Basic (Usage)Copy Code
Dim instance As MenuCommandServiceBase
Dim verb As DesignerVerb
 
instance.RemoveVerb(verb)
C# 
public virtual void RemoveVerb( 
   DesignerVerb verb
)
C++/CLI 
public:
virtual void RemoveVerb( 
   DesignerVerb^ verb
) 

Parameters

verb
The System.ComponentModel.Design.DesignerVerb to remove.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also