Pages object
The Pages object holds a collection of Page objects. Use the Pages property to access the control's Pages collection. The Pages object supports the following methods and properties:

NameDescription
AddAdds a Page object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of objects in the collection.
IndexToPosGets the page's position giving the page's index.
ItemReturns a specific Page of the Pages collection.
PosToIndexGets the page's index giving the page's position.
RemoveRemoves a specific member from the Pages collection.