IHTMLButtonElement interface
Renders content as an HTML button.
Members
The IHTMLButtonElement interface inherits from the IDispatch interface. IHTMLButtonElement also has these types of members:
- Methods
- Properties
Methods
The IHTMLButtonElement interface has these methods.
Method | Description |
---|---|
createTextRange | Creates a TextRange object for the element. |
Properties
The IHTMLButtonElement interface has these properties.
Property | Description |
---|---|
Sets or retrieves a value that indicates whether the user can interact with the object. |
|
Retrieves a reference to the form that the object is embedded in. |
|
Sets or retrieves the name of the object. |
|
Sets or retrieves the value indicating whether the control is selected. |
|
Gets the classification and default behavior of the button. |
|
Sets or retrieves the default or selected value of the control. |
Remarks
The button element is a block element.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |