series = WinXTabs_GetAutosizerSeries (hTabs, iTab)
Gets the auto sizer series associated with a particular tab
Parameter | Description |
---|---|
hTabs | The handle to the tab control |
iTab | The 0 based index of the tab to get the auto sizer series for |
The id of the auto sizer series associated with the specified tab or -1 on fail
Every tab in a tab control has an auto sizer series associated with it. This allows WinX to automatically switch tabs and resize controls to fit in the tab display area.
'get the auto sizer series for the first tab series = WinXTabs_GetAutosizerSeries (hTabs, 0) |
WinXAddTabs
WinXTabs_AddTab
WinXTabs_DeleteTab
WinXTabs_GetCurrentTab
WinXTabs_SetCurrentTab