Skip to main content

TdxCustomCheckGroupBox.TabStop Property

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

Declaration

property TabStop; default True;

Property Value

Type Default
Boolean True

Remarks

End-users can press the Tab key in order to navigate controls on a form. Set the TabStop property to False to prohibit end-users from moving focus to the checkable group box editor’s caption area in this manner. Note that the caption area can be focused only if the Focusable property is set to True.

The default value of the TabStop property is True.

See Also