IHTMLParamElement2 interface

This interface extends the IHTMLParamElement interface.

Members

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

  • Properties

Properties

The IHTMLParamElement2 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 IHTMLParamElement2::value attribute.

value

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

valueType

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

 

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch