IHTMLButtonElement2 interface

Contains methods and properties that you can use to render button elements in a webpage. This interface extends the IHTMLButtonElement interface.

Members

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

  • Properties

Properties

The IHTMLButtonElement2 interface has these properties.

Property Description

type

Gets the classification and default behavior of the button.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch