INavigationBarHeader.CustomContent

Syntax

CustomContent: IControl;

Description

The CustomContent property determines a control displayed in the title area.

Comments

This property is relevant, if the Content property is set to NavigationBarHeaderContent.Custom value. Selected control item is displayed on the left of the title text and has the fixed dimensions of 15*15 pixels. For the control specified in the CustomContent property, the current component must be specified as the parent object in the Parent property. NavigationBar.

NOTE. The components (Label, Hyperlink, Bevel and ImageBox) without windows can not be implemented in the title area.

Example

The example of use is given in description of the INavigationBar.Pads property.

See also:

INavigationBarHeader