AllowAllUp Property

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

Specifies whether a 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:

TcxButton

Description

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

If the AllowAllUp property is set to True, all 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 button without making another button pressed. If you click the pressed button, it remains pressed.

Property Value

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

Remarks

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

See Also

GroupIndex Property
Down Property

Highlight search results