Select Method (PageList)

Class

PageList class

Action

Sets the current page to the specified page.

Syntax

pagelist.Select (sPage)
Variable Description
sPage The page to select. LISTITEM

Notes

Select causes the specified page to become the current (active) page in the pagelist.

For information on specifying sPage, see the PageList class.

Windows Platforms

For TabList controls, Select generates a click on the specified tab.

Example

MyDialog.MyPageList.Select ("/Options/Agent")