Methods Added to PropertyGridControlItem Objects

Applies to TestComplete 15.62, last modified on March 19, 2024

The PropertyGridControlItem object contains the following methods:

Method List   | View

Actions

This category includes methods that simulate user actions on the tested controls.

Name Description
ClickLabel Simulates a click of the left mouse button on the label of an item.
ClickLabelR Simulates a click of the right mouse button on the label of an item.
ClickValue Simulates a click of the left mouse button on the specified item’s cell value.
ClickValueR Simulates a click of the right mouse button on the specified item’s cell value.
ClickValueRXY Simulates a click of the right mouse button at the (X, Y) point within the specified item’s cell value.
ClickValueXY Simulates a click of the left mouse button at the (X, Y) point within the specified item’s cell value.
Collapse Collapses the specified item.
DblClickLabel Simulates a double-click of the left mouse button on the label of an item.
DblClickLabelR Simulates a double-click of the right mouse button on the label of an item.
DblClickValue Simulates a double-click of the left mouse button on the specified item’s cell value.
DblClickValueR Simulates a double-click of the right mouse button on the specified item’s cell value.
DblClickValueRXY Simulates a double-click of the right mouse button at the (X, Y) point within the specified item’s cell value.
DblClickValueXY Simulates a double-click of the left mouse button at the (X, Y) point within the specified item’s cell value.
Expand Expands the specified item.
Other Categories

If TestComplete has access to internal methods, properties and files of your tested application (that is, if it is an Open Application), you can call the internal methods and properties as methods and properties of the appropriate test objects. You can view these properties and methods in corresponding categories (Private, Public, RTTI, Debug Agent, Firefox, and so on). These methods and properties are not described in the TestComplete help file. For more information on them, please see the documentation for the development tools that was used to create the application under test.

See Also

PropertyGridControlItem Object

Highlight search results