PropSheet_GetTabControl  6BVB6T 

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_GETTABCONTROL00ZBKG 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