PSM_SETHEADERSUBTITLE message
Sets the subtitle text for the header of a wizard's interior page. You can send this message explicitly or use the PropSheet_SetHeaderSubTitle macro.
Parameters
-
wParam
-
Zero-based index of the wizard's page.
-
lParam
-
New header subtitle.
Return value
No return value.
Remarks
If you specify the current page, it will immediately be repainted to display the new subtitle.
Note
This message is not supported when using the Aero wizard style (PSH_AEROWIZARD).
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
Unicode and ANSI names |
PSM_SETHEADERSUBTITLEW (Unicode) and PSM_SETHEADERSUBTITLEA (ANSI) |
See also
-
Reference