Content: NavigationBarHeaderContent;
The Content property determines the type of control which is used in the title.
By default the property is set to NavigationBarHeaderContent.Custom, and the title shows the control specified in the CustomContent property. If the CustomContent property is not specified, the title shows only the text specified in the Title property.
If the Content property is set to NavigationBarHeaderContent.CheckBox, the title shows a checkbox to the left of the text. Use the Value property to set selection state for this checkbox.
The example of use is given in description of the INavigationBar.Pads property.
See also: