hTabs = WinXAddTabs (parent, multiline, id)
Creates a new tab control and adds it to a window
Parameter | Description |
---|---|
parent | The parent window for the new tab control |
multiline | $$TRUE if the tabs span multiple lines if there are too many, $$FALSE if they stay on one line and use an up down control to scroll instead. |
id | The unique id constant for this control |
The handle to the new tabs control, or 0 on fail
none
$$ID_TABS = 100 'make a simple tab control |
WinXTabs_AddTab
WinXTabs_DeleteTab
WinXTabs_GetAutosizerSeries
WinXTabs_GetCurrentTab
WinXTabs_SetCurrentTab