The requested page is not available for selected version.
SelectItemByIndex
Syntax
long SelectItemByIndex(int index)
Description
Select a tab item from the tab control by its index.
Parameters
index
Integer value specifying the index of the item within thetab control. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..