WinXTabs_SetCurrentTab


WinXTabs_SetCurrentTab (hTabs, iTab)

Switches to a particular tab in a tab control

Parameter Description
hTabs The handle to the tabs control
iTab The 0 based index of the tab to switch to

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'switch to the first tab
WinXTabs_SetCurrentTab (hTabs, 0)

Related Links

WinXAddTabs
WinXTabs_AddTab
WinXTabs_DeleteTab
WinXTabs_GetAutosizerSeries
WinXTabs_GetCurrentTab