PageList is the class for tabbed, multi-page dialog boxes, and for button bars.
On Windows, this class corresponds to the TabControl control.
On Windows, Silk Test Classic only supports major tabs; it does not support minor tabs (also called "subpages" or "child pages").
PageList derives from the Control class. The following class derives from the PageList class:
In PageList methods, you identify a specific page by its tab name or its index value relative to the other pages in the pagelist.
The following examples show how you can identify pages within a PageList by tab name or by index.