IPageControl.MultiLine

Syntax

MultiLine: Boolean;

Description

The MultiLine property determines whether the tabs for the component pages are located in several rows if they do not fit into a single row.

Comments

The property is set to False by default, tabs are located in one row. To place tabs in several rows, set the property to True.

NOTE. The property is always set to True if tab headers are located to the left or right of the component.

Example

See also:

IPageControl