IHTMLEmbedElement interface

This interface provides access to the embed object.

Members

The IHTMLEmbedElement interface inherits from the IDispatch interface. IHTMLEmbedElement also has these types of members:

  • Properties

Properties

The IHTMLEmbedElement interface has these properties.

Property Description

height

Sets or retrieves the height of the object.

hidden

Sets or retrieves the value indicating whether the embedded object is invisible.

name

Sets or retrieves the name of the object.

palette

Retrieves the palette used for the embedded document.

pluginspage

Retrieves the URL of the plug-in used to view an embedded document.

src

Sets or retrieves a URL to be loaded by the object.

units

Sets or retrieves the height and width units of the embed object.

width

Sets or retrieves the width of the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch