void window.SelectTab(int)
Applicable Classes: PageList (TabCtrl)
Return Type: void
Parameters: int nID
Description:
SelectTab selects a tab in a PageList (TabCtrl), as indicated by the
parameter nID. The ID is the index of the tab, and is 0 based (index
0 is the first tab).
See PageList functions
for an example.
See Also: PageList
(TabCtrl) Functions