ComponentOne TileControl for WinForms
InsertItem Method (ElementCollection)

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > ElementCollection Class : InsertItem Method
Inserts a BaseElement into the ElementCollection at the specified index.
Syntax
'Declaration
 
Protected Overrides Sub InsertItem( _
   ByVal index As System.Integer, _
   ByVal element As BaseElement _
) 
protected override void InsertItem( 
   System.int index,
   BaseElement element
)

Parameters

index
element
See Also

Reference

ElementCollection Class
ElementCollection Members