Skip to main content

TdxCustomCheckGroupBox.Focusable Property

Specifies if end-users can focus the checkable group box editor’s caption area.

Declaration

property Focusable: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Focusable property to False to prohibit end-users from moving focus to the caption area. Use this property in combination with the TabStop property to control how end-users can focus the editor’s caption area.

The default value of the Focusable property is True.

See Also