Left Property

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

Description

Returns the horizontal position of the object’s left edge, relative to its parent window.

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

All onscreen objects.

View Mode

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

Property Value

An integer value that specifies the horizontal position of the object’s left edge.

Remarks

  • For popup and top-level windows, Left returns the same value as ScreenLeft.

  • Desktop testing: 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).

  • Web testing: If the Use CSS pixels for scaled pages option is enabled (by default), the returned value takes into account the browser zoom and the current DPI setting.

See Also

Width Property
Top Property
Height Property
ScreenTop Property
ScreenLeft Property

Highlight search results