DesignerVerbCollection::Remove Method (DesignerVerb^)
.NET Framework (current version)
Removes the specified DesignerVerb from the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.ComponentModel.Design::DesignerVerb^
The DesignerVerb to remove from the collection.
The following code example demonstrates how to remove a DesignerVerb from a DesignerVerbCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: