Prev Next

PropSheet_GetTabControl info  Overview  Group

The PropSheet_GetTabControl macro retrieves the handle to the tab control of a property sheet. You can use this macro or explicitly send the PSM_GETTABCONTROL message.

HWND PropSheet_GetTabControl(

    hPropSheetDlg

   );

Parameters

hPropSheetDlg
Handle to the property sheet.

Return Values

Returns the handle to the tab control.

See Also

PSM_GETTABCONTROL