PropSheet_SetHeaderTitle macro (prsht.h)

Sets the title text for the header of a wizard's interior page. You can use this macro or send the PSM_SETHEADERTITLE message explicitly.

Syntax

void PropSheet_SetHeaderTitle(
   hDlg,
   index,
   lpszText
);

Parameters

hDlg

Type: HWND

Handle to the wizard's window.

index

Type: int

Zero-based index of the page.

lpszText

Type: LPCTSTR

New header title.

Return value

None

Remarks

If you specify the current page, it will immediately be repainted to display the new title.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header prsht.h