ComponentOne Menus and Toolbars for WinForms
Insert Method (C1CommandLinks)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1CommandLinks Class : Insert Method
Inserts an element into the C1CommandLinks 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

C1CommandLinks Class
C1CommandLinks Members