clientLeft property

Retrieves the distance between the IHTMLElement::offsetLeft property and the true left side of the client area.

Syntax

HRESULT value = object.get_clientLeft(* p);

Property values

Type: long

the described distance, in pixels.

Remarks

The difference between the IHTMLElement::offsetLeft and IHTMLElement2::clientLeft properties is the border of the object.

See also

Measuring Element Dimension and Location with CSSOM in Internet Explorer 9