ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / Tile Class / Tag Property

In This Topic
    Tag Property (Tile)
    In This Topic
    Gets or sets an object that contains additional data about the Tile.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also