Left Property (Bounds Objects)

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

Description

Use the Left property to locate the first horizontal coordinate of the bounds rectangle.

Declaration

TestObj.Left

Read-Only Property Integer
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

The value in pixels indicating the x-coordinate of the element’s upper-left corner.

Remarks

If TestObj refers to an object of a non-DPI-aware application running with a DPI setting other than 100%, the property returns a value relative to the application (as if the application is running with the 100% DPI setting).

See Also

Right Property (Bounds Objects)
Top Property (Bounds Objects)
Bottom Property (Bounds Objects)

Highlight search results