Page object
A Page object holds information about a tab in the control.  The control displays only the visible page objects. Use the Pages property to access the control's pages collection.

NameDescription
CaptionSpecifies the page's caption.
ControlsSpecifies the list of controls in the page.
EnabledEnables or disables a page.
ImageSpecifies a value that indicates the index of page's icon.
KeySpecifies the page's key.
PositionSpecifies the page's position.
ToolTipSpecifies the description of the page's tooltip.
ToolTipTitleSpecifies the title of the page's tooltip.
UserDataAssociates an extra data to the page.
VisibleShows or hides the page.