CloseUp Action (Combo Box Controls)

Applies to TestComplete 12.60, last modified on September 17, 2018

Description

The CloseUp action closes the control’s drop-down list.

Declaration

TestObj.CloseUp()

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 objects:

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 check the current list state, use the wIsDropDownOpened property. If you are testing Java Swing ComboBox, Qt ComboBox, Syncfusion ComboBox Controls, Syncfusion ComboDropDown, Telerik RadComboBox for ASP.NET AJAX, Win32 ComboBox or WPF ComboBox controls, use the wIsDropDownListOpened property instead.

Example

You can find an example demonstrating how to use the CloseUp method of Android spinner controls in the Working With Drop-Down Lists topic. You can work with other drop-down controls in a similar way.

See Also

Working With Drop-Down Lists
wIsDropDownListOpened Property (Combo Box Controls)
wIsDropDownOpened Property (Combo Box Controls)

Highlight search results