TcxSpeedButtonOptions.Down

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

Specifies whether a speed button is in the pressed state.

Declaration

componentObj.Down
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 a speed button is pressed, its Down property value equals True. If the speed button is unpressed, the Down property value is False.

Property Value

True if the speed button is pressed, and False if it is not.

Remarks

To use this property, specify the index of the logical group the speed button belongs to using the GroupIndex property. If the speed button does not belong to any group, the Down property does not affect the button's state, and the speed button does not remain in the pressed state if it is clicked.

See Also

TcxSpeedButtonOptions.GroupIndex
TcxSpeedButtonOptions.AllowAllUp

Highlight search results