PSM_SETTITLE message
Sets the title of a property sheet. You can send this message explicitly or by using the PropSheet_SetTitle macro.
Parameters
-
wParam
-
Flag that indicates whether to include the prefix "Properties for" or the suffix "Properties" (depending on the version) with the specified title string. If this value is PSH_PROPTITLE, the prefix or suffix is included.
-
lParam
-
Pointer to a buffer that contains the title string. If the HIWORD of this parameter is NULL, the property sheet loads the string resource specified in the LOWORD.
Return value
No return value.
Remarks
In an Aero Wizard, this message can be used to change the title of an interior page dynamically; for example, when handling the PSN_SETACTIVE notification.
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_SETTITLEW (Unicode) and PSM_SETTITLEA (ANSI) |