PageList class
Sets the current page to the specified page.
pagelist.Select (sPage)
Variable | Description |
---|---|
sPage | The page to select. LISTITEM |
Select causes the specified page to become the current (active) page in the pagelist.
For information on specifying sPage, see the PageList class.
For TabList controls, Select generates a click on the specified tab.
MyDialog.MyPageList.Select ("/Options/Agent")