Skip to main content

TcxCustomTabControlProperties.MultiLineTabCaptions Property

Specifies if tab captions can occupy multiple lines.

Declaration

property MultiLineTabCaptions: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Options include:

Value

Meaning

Example

True

Tabs automatically wrap their captions to fit the specified width.

Use carriage returns (#13 characters) to add line breaks to tab captions, as illustrated for the “Mortgage Rates” tab in the image below.

False

Tab captions occupy one line and ignore carriage returns.

Note

All paint styles, except for Slanted and OneNote, support multi-line tab captions.

The default value of the MultiLineTabCaptions property is False.

See Also