Skip to main content

TcxCustomCheckBoxProperties.UseAlignmentWhenInplace Property

Specifies the manner in which the check box and caption are aligned within an in-place checkbox editor.

Declaration

property UseAlignmentWhenInplace: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

By default, the caption is not drawn within in-place checkbox editors and the check box is painted in the center of the editors. In order to specify that the check box and caption are aligned according to the Alignment property’s value, set the UseAlignmentWhenInplace property to True.

The default value of the UseAlignmentWhenInplace property is False.

See Also