TabControl.HeaderHeight

Syntax

HeaderHeight: Number;

Description

The HeaderHeight property determines height of tabs of a control.

Comments

Use JSON or the setHeaderHeight method to set the property value and the getHeaderHeight method to get the property value.

The default property value is 26.

Example

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

See also:

TabControl