TcxSpeedButtonOptions.AllowAllUp

Applies to TestComplete 15.63, last modified on April 23, 2024

Specifies whether a speed button in a group can be returned into the unpressed state by clicking it.

Declaration

componentObj.AllowAllUp
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:

TcxSpeedButtonOptions

Description

Several speed buttons can be combined into a group of mutually exclusive buttons which are treated as a radio group. To group speed buttons, use the GroupIndex property. When one speed button in the group is pressed, the other buttons remain in the unpressed state. To unpress one speed button in the group, you need to press another button.

If the AllowAllUp property is set to True, all speed buttons in the group can be unpressed at a time, and you can unpress a button by clicking it. If the property value is False, you cannot unpress the speed button without pressing another button in the group. If you click the pressed button, it remains in the pressed state.

Property Value

True if the speed button can be unpressed by clicking it, and False if it cannot.

Remarks

This property affects all of the speed buttons belonging to the same group.

See Also

TcxSpeedButtonOptions.GroupIndex
TcxSpeedButtonOptions.Down

Highlight search results