Click to return to the Reusing Browser Technology home page    
IHTMLElementCollection::t...     IHTMLEmbedElement::get_he...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLEmbedElement Interface


This interface provides access to the EMBED object.

IHTMLEmbedElement Methods

get_height Retrieves the calculated height of the element, in pixels.
get_hidden Retrieves the value that indicates whether the embedded element is currently hidden or shown.
get_name Retrieves the name of the element.
get_palette Retrieves the palette used for the embedded document.
get_pluginspage Retrieves the plug-ins supporting this embedded document.
get_src Retrieves the URL of the embedded document.
get_units Retrieves the current units, which can be either pixels or ems, used to caculate the height and width.
get_width Retrieves the calculated width of the element, in pixels.
put_height Sets the calculated height of the element, in pixels.
put_hidden Sets the value that indicates whether the embedded element is currently hidden or shown.
put_name Sets the name of the element.
put_src Sets the URL of the embedded document.
put_units Sets the units, which can be either pixels or ems, that the height and width are calculated in.
put_width Sets the calculated width of the element, in pixels.

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

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 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.