IBindingCheckBox.Align

Syntax

Align: CheckAlignment;

Description

The Align property determines the ALIGN parameter value in binding string.

Comments

The ALIGN parameter determines the checkbox alignment method relative to the text. The checkbox is located to the left by default. If the checkbox is centered, text is not displayed.

The Align property is available if the AlignDefined property is set to True. If the Align property is changed, the AlignDefined property is automatically set to True.

Example

The example of use is given in description of the Caption property.

See also:

IBindingCheckBox