ComponentOne TileControl for WinForms
Item Property (TileCollection)

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > TileCollection Class : Item Property
Gets the first Tile with the specified name in the collection.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As System.String _
) As Tile
public new Tile this[ 
   System.string name
]; {get;}

Parameters

name
See Also

Reference

TileCollection Class
TileCollection Members