WinXAddTabs


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

Returns

The handle to the new tabs control, or 0 on fail

Remarks

none

Examples

$$ID_TABS = 100

'make a simple tab control
WinXAddTabs (#hMain, $$FALSE, $$ID_TABS)

Related Links

WinXTabs_AddTab
WinXTabs_DeleteTab
WinXTabs_GetAutosizerSeries
WinXTabs_GetCurrentTab
WinXTabs_SetCurrentTab