SelectedImage Property (TreeViewItem Objects)

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

Description

Each item in a tree-view control can have up to four images associated with it.

  • An image, such as an open folder, displayed when the item is selected.
  • An image, such as a closed folder, displayed when the item is not selected.
  • An overlay image that is drawn transparently over the selected or non-selected image.
  • A state image: an additional image displayed to the left of the selected or non-selected image. You can use state images, such as checked and cleared check boxes, to indicate application-defined item states.

Use this property to get the image for the selected state of the item. To obtain the image for non-selected item, overlay image or state image, use the Image, OverlayImageIndex and StateImage properties respectively.

Declaration

TestObj.SelectedImage

Read-Only Property A Picture object
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section

Applies To

The property is applied to the following object:

View Mode

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

Property Value

A Picture object that contains the item’s image for the selected state.

Example

To view an example that demonstrates how to use the SelectedImage property, see Getting Tree View Item's Images in Desktop Windows Applications.

See Also

Picture Object
Image Property (TreeViewItem Objects)
OverlayImageIndex Property (TreeViewItem Objects)
StateImage Property (TreeViewItem Objects)
StateImageIndex Property (TreeViewItem Objects)

Highlight search results