WinXTabs_DeleteTab


WinXTabs_DeleteTab (hTabs, iTab)

Deletes a tab from a tab control

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

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'delete the first tab
WinXTabs_DeleteTab (hTabs, 0)

Related Links

WinXAddTabs
WinXTabs_AddTab
WinXTabs_GetAutosizerSeries
WinXTabs_GetCurrentTab
WinXTabs_SetCurrentTab