Show contents 

Working with General Visual Components > Classes > TabControl > TabControl.UseToolBarSwitch

TabControl.UseToolBarSwitch

Syntax

UseToolBarSwitch: Boolean

Description

The UseToolBarSwitch property determines the same style of tabs as the toolbar has.

Comments

Available values:

The value of the property is set from JSON or using the setUseToolBarSwitch method, and get by means of the getUseToolBarSwitch method.

Example

The example of property use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl