Specifies whether the speed button can be focused.
Declaration
componentObj.CanBeFocused
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:
Description
Specifies whether the speed button can be focused. The default value is True. Set the property to False to make the TcxButton
object simulate the speed button behavior.
Property Value
True if the speed button can be focused, and False if it cannot.