The PSM_GETTABCONTROL message retrieves the handle to the tab control of a property sheet. You can send this message explicitly or by using the PropSheet_GetTabControl macro.
PSM_GETTABCONTROL
wParam = 0;
lParam = 0;
Return Values
Returns the handle to the tab control.
See Also