C1TabPageCollection Constructor
In This Topic
Creates an instance of C1TabPageCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As C1Tabs _
)
public C1TabPageCollection(
C1Tabs
)
Parameters
- owner
- The owner of this collection.
See Also