ShowCloseButton

Applies to

TabbedBar controls

Description

Specifies whether to show the close button in the tab header.

Usage

In scripts

The ShowCloseButton property takes a boolean value. Default is True. The following example specifies that the close button should not be shown in the tab header:

mditbb_1.ShowCloseButton = false