This documentation is archived and is not being maintained.
left property
Sets or retrieves the left coordinate of the rectangle surrounding the object content.
Syntax
HRESULT value = object.put_left( v);HRESULT value = object.get_left(* p);
Property values
Type: long
the left coordinate of the rectangle, in pixels.
See also
- Reference
-
IHTMLRect::bottom
-
IHTMLRect::right
-
IHTMLRect::top
-
TextRectangle