For TabbedBar controls

Applies to

TabbedBar controls

Description

Specifies whether to show the window title in the tab header.

If no title is set for the sheet windows, then "Untitled" will be displayed as the title.

Usage

In scripts

The ShowText property takes a boolean value. Default is True. The following example specifies that the window title should not be shown in the tab header:

mditbb_1.ShowText = false