TabControl.TabsHeight

Syntax

TabsHeight: Number

Description

The TabsHeight property determines height of control tabs.

Comments

Use JSON or the setTabsHeight method to set the property value and the getTabsHeight method to get the property value.

Default property value is 23.

Example

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

See also:

TabControl