PyCTabCtrl.SetCurSel

int = SetCurSel(index)

Sets the current selection of a tab control.

Parameters

index : int

The index of the tab to set current.

Return Value

The zero-based index of the previously selected item.