SyncfusionTreeViewItem Methods

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

The SyncfusionTreeViewItem object contains the following methods:

Method List   | View

Actions

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

Name Description
Click Simulates a click of the left mouse button on an item.
ClickItemMXY Simulates a click of the middle mouse button over the specified point within a tree view item..
ClickItemRXY Simulates a click of the right mouse button over the specified point within a tree view item..
ClickItemXY Simulates a click of the left mouse button over the specified point within a tree view item..
ClickM Simulates a click of the middle mouse button on an item.
ClickR Simulates a click of the right mouse button on an item.
Collapse Collapses the specified item.
DblClick Simulates a double-click of the left mouse button on an item.
DblClickItemMXY Simulates a double click of the middle mouse button over the specified point within a tree view item.
DblClickItemRXY Simulates a double click of the right mouse button over the specified point within a tree view item.
DblClickItemXY Simulates a double click of the left mouse button over the specified point within a tree view item.
DblClickM Simulates a double-click of the middle mouse button on an item.
DblClickR Simulates a double-click of the right mouse button on an item.
Expand Expands or collapses 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

SyncfusionTreeViewItem Object

Highlight search results