ComponentOne Menus and Toolbars for WinForms
InsertRange Method (C1CommandLinks)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1CommandLinks Class : InsertRange Method
Inserts the elements of a collection into the C1CommandLinks at the specified index.
Syntax
'Declaration
 
Public Overrides Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal c As System.Collections.ICollection _
) 
public override void InsertRange( 
   System.int index,
   System.Collections.ICollection c
)

Parameters

index
c
See Also

Reference

C1CommandLinks Class
C1CommandLinks Members