Click to return to the Reusing Browser Technology home page    
IHTMLPluginsCollection::r...     IHTMLRect::get_bottom Met...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLRect Interface


This interface provides the ability to programmatically access and manipulate the top, left, right, and bottom properties of rectangle elements.

IHTMLRect Methods

get_bottom Retrieves the value of the rectangle's bottom property.
get_left Retrieves the value of the rectangle's left property.
get_right Retrieves the value of the rectangle's right property.
get_top Retrieves the value of the rectangle's top property.
put_bottom Sets the value of the rectangle's bottom property.
put_left Sets the value of the rectangle's left property.
put_right Sets the coordinate value of the rectangle's right property.
put_top Sets the value of the rectangle's top property.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.