Win32TreeViewItem Properties

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

The Win32TreeViewItem object contains the following properties:

Property List   | View

Extended

This category includes properties that extend test functionality for the Win32TreeViewItem objects.

Name Description
Bold Returns True if the label of the tree view item is bold.
Bounds Returns the bounds of the tree view item.
Checked Indicates whether the tree view item is checked.
Cut Returns True if the item is selected as part of a cut-and-paste operation.
DropHilited Returns True if the item is selected as a drag-and-drop target.
Expanded Specifies whether the selected item is expanded or not.
Handle Returns the handle of the tree view item.
Image Returns the image of the non-selected state of the item.
Items Returns the collection of child items of the given item (if any).
LParam Returns the application-defined value specific to the item.
OverlayImageIndex Returns the index of the item’s overlay mask.
Selected Specifies whether the desired item is currently selected.
SelectedImage Returns the image of the selected state of the item.
StateImage Returns the state image of the item.
StateImageIndex Returns the index of the item’s state image.
Text Returns the text of the item.
TextBounds Returns the bounds of the item’s label.
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

Win32TreeViewItem Object

Highlight search results