IHTMLObjectElement3 interface

This interface provides access to additional properties for the object element.

Members

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

  • Properties

Properties

The IHTMLObjectElement3 interface has these properties.

Property Description

alt

Sets or retrieves a text alternative to the graphic.

archive

Sets or retrieves a character string that can be used to implement your own IHTMLObjectElement3::archive functionality for the object.

border

Sets or retrieves the width of the border to draw around the object.

declare

Sets or retrieves a character string that can be used to implement your own IHTMLObjectElement3::declare functionality for the object.

standby

Sets or retrieves a message to be displayed while an object is loading.

useMap

Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.

 

Remarks

This interface extends the IHTMLObjectElement2 and IHTMLObjectElement interfaces.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

IHTMLObjectElement2

IHTMLObjectElement