Collapse Action (RadPanelBarItem Objects)

Applies to TestComplete 15.63, last modified on April 22, 2024
This method is not supported in web tests (including cross-platform web tests) that use XPath expressions and CSS selectors to locate web elements. This method can be only used in tests that locate web objects by using internal identification properties provided by TestComplete.

Description

The Collapse action collapses the current tree view item. The effect is the same as if you clicked the “-” button of the expanded node. Note, however, that the Collapse action does not move the cursor.

Declaration

TestObj.Collapse()

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Result None

Applies To

The method is applied to the following object:

View Mode

To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Result Value

None.

Remarks

To collapse an item, you can either call the Collapse action or the Expand action with the Expand parameter set to False.

Example

To view an example that demonstrates how to use the Collapse action, see Expanding and Collapsing Tree View Items in Desktop Windows Applications.

See Also

Expand Action (RadPanelBarItem Objects)
Expanded Property (RadPanelBarItem Objects)

Highlight search results