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 IHTMLControlElement::clientLeft properties is the border of the object.
See also
Show: