INavigationBarHeader.CustomContent

Syntax

CustomContent: IControl;

Description

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

Comments

This property is relevant if the Content property is set to NavigationBarHeaderContent.Custom. The specified control is displayed on the left from the header text and has a fixed size 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, that is,NavigationBar.

NOTE. The components (Label, Hyperlink, Bevel, and ImageBox) without windows cannot be implemented in the header area.

Example

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

See also:

INavigationBarHeader