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

In This Topic
    TabPages Property
    In This Topic
    Gets the collection of tab pages in this control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TabPages As C1DockingTabPages
    public C1DockingTabPages TabPages {get;}
    See Also