IPageControl.MultiLine

Syntax

MultiLine: Boolean;

Description

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

Comments

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

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

Example

See also:

IPageControl