TdxCustomPanel.TabStop Property
Specifies if the Tab keystroke can move focus to the panel.
Declaration
property TabStop; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
Users cannot focus the panel if the TabStop
property is set to False
.
The TabStop
property’s default value is False
.
See Also