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

In This Topic
    ImageList Property (C1TileControl)
    In This Topic
    Gets or sets the ImageList that contains the images to display on the tiles.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    public ImageList ImageList {get; set;}
    See Also