TcxCustomButton.CanBeFocused Property
Specifies whether the button can be focused.
Declaration
property CanBeFocused: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
This property is obsolete. Use the button’s SpeedButtonOptions.CanBeFocused property instead.
See Also