Hide

SftTabs/DLL 6.5 - Tab Control

Display
Print

IsTabControlWithDialog

Determines whether a given window is a tab control with an attached page.

C

BOOL WINAPI SftTabs_IsTabControlWithDialog(HWND hwndCtl);
BOOL WINAPI SftTabs_IsTabControlWithPage(HWND hwndCtl);

Parameters

hwndCtl

The window handle of the window to be tested.

Returns

The return value is TRUE if the window hwndCtl is a tab control with an attached page (hwndSubDlg in SFTTABS_CONTROL is not NULL), otherwise FALSE is returned.

Comments

The IsTabControlWithDialog function determines whether a given window is a tab control with an attached page.

SftTabs_IsTabControlWithPage is a synonym for SftTabs_IsTabControlWithDialog and works the same way for tab controls in a tabbed dialog or a tabbed window.

See Also C/C++ API | C++ Classes | Notifications


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.