<wintitle>
A window title is the name of a window or dialog.
Specialization hierarchy
The <wintitle>
element is specialized from
<keyword>
. It is defined in the user-interface domain module.
Attributes
The following attributes are
available on this element: universal
attributes and @keyref
.
Example
The following code sample shows how the
<wintitle>
element can be used to tag the
name of the "Configuration Options" window:
<step>
<cmd>Click <uicontrol>Configure</uicontrol>.</cmd>
<stepresult>The <wintitle>Configuration Options</wintitle> window
opens with your last set of selections highlighted.</stepresult>
</step>