Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / ImageIndex Property

In This Topic
    ImageIndex Property (C1DockingTabPage)
    In This Topic
    Gets or sets the index of the tab image in the tab control's ImageList.
    Syntax
    'Declaration
     
    
    Public Property ImageIndex As Integer
    public int ImageIndex {get; set;}
    See Also