TdxLayoutRadioButtonItem.TabStop Property
Specifies if the layout radio button can have focus.
Declaration
property TabStop; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to allow users to focus the radio button item.
The TabStop property’s default value is False.
See Also