IHTMLIFrameElement interface

This interface creates inline floating frames.

Members

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

  • Properties

Properties

The IHTMLIFrameElement interface has these properties.

Property Description

align

Sets or retrieves a value that indicates the table alignment.

hspace

Sets or retrieves the horizontal margin for the object.

vspace

Sets or retrieves the vertical margin for the object.

 

Remarks

The iframe element is a block element.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLIFrameElement2