IEaxConfigurationPadHeader.Content

Fore Syntax

Content: EaxConfigurationPadHeaderContent;

Fore.NET Syntax

Content: Prognoz.Platform.Interop.Express.EaxConfigurationPadHeaderContent;

Description

The Content property determines the type of control, which is to be shown in the title.

Comments

By default the property is set to IEaxConfigurationPadHeader.Content, the title displays the control which is defined in the CustomContent property. If the CustomContent property is not defined, the title displays only the text, defined in the Title property.

If the Content property is set to EaxConfigurationPadHeaderContent.CheckBox, the title shows a checkbox located on the left from the text. The Value property can be used to determine, whether the checkbox is selected or not.

Example

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

See also:

IEaxConfigurationPadHeader