The Pages collection contains all Page objects in a tab control.
Name
Description
Add
The Add method adds a new Pageobject to the Pages collection of a tab control.
Remove
The Remove method removes a Page object from the Pages collection of a tab control.
Count
You can use the Count property to determine the number of items in a specified collection. Read-only Long.
Item
The Item property returns a specific member of a collection either by position or by index. Read-only Page.