INavigationBarHeader.Content

Syntax

Content: NavigationBarHeaderContent;

Description

The Content property determines the type of control, which is used in the header.

Comments

The property is set to NavigationBarHeaderContent.Custom by default, and the header shows the control specified in the CustomContent property. If the CustomContent property is not specified, the header shows only the text specified in the Title property.

If the Content property is set to NavigationBarHeaderContent.CheckBox, the header shows a checkbox to the left of the text. Use the Value property to set selection state for this checkbox.

Example

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

See also:

INavigationBarHeader