Skip to main content

TdxLayoutItemOptions.FocusControlOnItemCaptionClick Property

Specifies whether the control linked to a standard layout item can be focused on the item’s caption click.

Declaration

property FocusControlOnItemCaptionClick: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True, to enable focusing the linked control by clicking the item’s caption.

This property is in effect, if the layout control is not in customization mode (the Customization property is True).

The default value of the FocusControlOnItemCaptionClick property is False.

See Also