This interface renders content as an HTML button.
IHTMLButtonElement Methods
createTextRange Creates a TextRange object for the BUTTON element. get_disabled Retrieves the value that indicates whether the control is enabled or disabled. get_form Retrieves a reference to the form the element is embedded in. get_name Retrieves the name of the button control. get_status Retrieves the status of the button control. get_type Retrieves the visual appearance and default behavior of the button. get_value Retrieves the value of the button control. put_disabled Sets the value that indicates whether the control is enabled or disabled. put_name Sets the name of the button control. put_status Sets the status of the button control. put_value Sets the value of the button control.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 5 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
The BUTTON element is a block element.