DesignerVerbCollection::Insert Method (Int32, DesignerVerb^)
.NET Framework (current version)
Inserts the specified DesignerVerb at the specified index.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
The index in the collection at which to insert the verb.
- value
-
Type:
System.ComponentModel.Design::DesignerVerb^
The DesignerVerb to insert in the collection.
The following code example demonstrates how to insert a DesignerVerb into a DesignerVerbCollection at index 0.
.NET Framework
Available since 1.1
Available since 1.1
Show: