TcxSpeedButtonOptions.Active Property
Returns whether the button imitates a specific behavior.
Declaration
property Active: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
If the TcxButton is used as a TSpeedButton or a radio group button, the Active property returns True. Otherwise, this property returns False.
Please refer to the CanBeFocused and GroupIndex properties descriptions to learn about these button types.
See Also