TextRange.boundingLeft (Property)

The left edge of a selected text on the page.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyTextRange.boundingLeft

TextRange objects use their start and end points to map into the physical display of the text on the screen. Although it may not be visible, the text range nevertheless corresponds to a spatial extent rectangle that can be described using pixel coordinates. This property's value is the X coordinate of the left edge of the extent rectangle that currently encloses the text encapsulated by the TextRange object.

Property attributes:

ReadOnly.