ComponentOne Menus and Toolbars for WinForms
Insert Method (C1Commands)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1Commands Class : Insert Method
Inserts an element into the C1Commands at the specified index.
Syntax
'Declaration
 
Public Overrides Sub Insert( _
   ByVal index As System.Integer, _
   ByVal o As System.Object _
) 
public override void Insert( 
   System.int index,
   System.object o
)

Parameters

index
o
See Also

Reference

C1Commands Class
C1Commands Members