IEaxConfigurationPadHeader.Content

Syntax

Content: EaxConfigurationPadHeaderContent;

Description

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

Comments

The property is set to IEaxConfigurationPadHeader.Content by default, 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