IMetaAttributesBreadcrumb.RootText

Fore Syntax

RootText: String;

Fore.NET Syntax

RootText: String;

Description

The RootText property determines text for additional button of the combo element.

Comments

The property is relevant if the ExtendedRootItem property is set to True.

If the text is long, the length of the combined element is limited to 75 units of a dialog box (when using standard platform font - around 128 pixels). By clicking additional button the length of a combined element is expanded, so that the rest of the text can be displayed.

NOTE. If the text is set in the RootText property, length of a combined element is changed automatically. Combined element length set after clicking additional button is not more than 75% of component length.

Example

The example of use is given in description of the ExtendedRootItem property.

See also:

IMetaAttributesBreadcrumb | IMetaAttributesBreadcrumb.RootHint