This topic has not yet been rated - Rate this topic

PropSheet_GetTabControl macro

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

Syntax


HWND PropSheet_GetTabControl(
  HWND hPropSheetDlg
);

Parameters

hPropSheetDlg

Type: HWND

Handle to the property sheet.

Return value

Returns the handle to the tab control.

Remarks

Note  This macro is not supported when using the Aero wizard style (PSH_AEROWIZARD).

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Prsht.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.