IHTMLParamElement interface

This interface sets the initial value of a property for an applet, embed, or object element.

Members

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

  • Properties

Properties

The IHTMLParamElement interface has these properties.

Property Description

name

Sets or retrieves the name of an input parameter for an element.

type

Sets or retrieves the content type of the resource designated by the IHTMLParamElement::value attribute.

value

Sets or retrieves the value of an input parameter for an element.

valueType

Sets or retrieves the data type of the IHTMLParamElement::value attribute.

 

Remarks

In Microsoft Internet Explorer 6, The property is now read/write.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch