SftTabs/DLL 6.0

IsTabControlWithDialog / -Page

Softel vdm, Inc.

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


Feedback / comments / error reports for this topic
© 2016 - Softel vdm, Inc. - www.softelvdm.com