UseToolBarSwitch: Boolean
The UseToolBarSwitch property determines the same style of tabs as the toolbar has.
Available values:
true. Style of tabs as for the toolbar.
false. Normal style of tabs (default).
The value of the property is set from JSON or using the setUseToolBarSwitch method, and get by means of the getUseToolBarSwitch method.
The example of property use is given in description of the TabControl.removeItemByIndex method.
See also: