ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Tabs Namespace / C1TabPageCollection Class / C1TabPageCollection Constructor
The owner of this collection.

In This Topic
    C1TabPageCollection Constructor
    In This Topic
    Creates an instance of C1TabPageCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1Tabs _
    )
    public C1TabPageCollection( 
       C1Tabs owner
    )

    Parameters

    owner
    The owner of this collection.
    See Also