PropSheet_GetTabControl

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

At a Glance

Header file: Prsht.h
Windows CE versions: 1.0 and later
Related message: PSM_GETTABCONTROL

Syntax

HWND PropSheet_GetTabControl( hPropSheetDlg );

Parameters

hPropSheetDlg

Handle to the property sheet.

Return Values

The handle to the tab control indicates success.