Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / ImageList Property

In This Topic
    ImageList Property (C1DockingTab)
    In This Topic
    Gets or sets the image list used to provide images to show on the control’s tabs.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    public ImageList ImageList {get; set;}
    See Also