ComponentOne TileControl for WinForms
SetItem Method (TileCollection)

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > TileCollection Class : SetItem Method
Replaces the Tile at the specified index.
Syntax
'Declaration
 
Protected Overrides Sub SetItem( _
   ByVal index As System.Integer, _
   ByVal tile As Tile _
) 
protected override void SetItem( 
   System.int index,
   Tile tile
)

Parameters

index
tile
See Also

Reference

TileCollection Class
TileCollection Members