Window title

title = “text

An optional title to be displayed at the top left of the window.

If the window is a tab control child window, the title is displayed on the tab, and a hotkey may be defined for the window. A character in the window title which is preceded by an ampersand ( & ) is the window’s hotkey, The ampersand is not displayed on the screen. The hotkey is given a distinct appearance when the label is displayed, such as a different colour, reverse or underline. When the hotkey is pressed, the window is selected, exactly as if the user had clicked on the tab. See Tab control windows.

If a window is not a tab control child window, an ampersand in the title is displayed and is not treated as a special character.

Titles are not applicable to tab control windows.


EXAMPLE

title = "Printer settings"
title = "&User Options"

RELATED TOPICS

Windows