Specifies whether the component can be selected by the Tab key.
Declaration
Read-Write Property | Boolean |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
TcxButton, TcxButtonEdit, TcxCalcEdit, TcxCheckBox, TcxComboBox, TcxCurrencyEdit, TcxDateEdit, TcxGroupBox, TcxLabel, TcxListBox, TcxMemo, TcxMRUEdit, TcxProgressBar, TcxRadioGroup, TcxSpinEdit, TcxTextEdit, TcxTimeEdit, TPanel
Description
The TabStop
property specifies whether the component is in the tab order. If TabStop
is True, the user can focus the control using the Tab key.
Property Value
True, if the component can be selected by the Tab key; False otherwise.
Remarks
To specify the component’s index in the tab order, use the TabOrder
property.
To exclude the component from the tab order, set its TabStop
to False. The component’s tab index will be kept, but the component will not be selected by the Tab key.