UI_PKEY_TooltipTitle
Identifies the UI_PKEY_TooltipTitle property.
propertyDescription
name = UI_PKEY_TooltipTitle
shellPKey = UI_PKEY_TooltipTitle
formatID = 00000006-7363-696e-8441798acf5aebb7
propID = 6
typeInfo
type = VT_LPWSTR
Remarks
UI_PKEY_TooltipTitle is used by an application to query the tooltip of tabs, groups, buttons, gallery items, and other Ribbon controls.
The property value is a string constrained to any sequence of characters, including white space and line-break characters.
Note
Use the Universal Character Set (UCS) XML character reference 

to specify a line break.
Right alignment is not supported.
The maximum length of UI_PKEY_TooltipTitle is unbounded.
To display an ampersand in a tooltip, escape the special character designation with a double ampersand (&&
) as shown in the following example.
<Command.TooltipTitle>Tooltip title with && for Save Command</Command.TooltipTitle>
Related topics