ButtonElement class

ButtonElement class

The ButtonElement represents a wrapper that is associated with the HTMLButtonElement.

Inheritance: ButtonElementFormElement

The ButtonElement type exposes the following members:

Properties

PropertyDescription
element_typeGets the type of the element.
nameRepresent the name attribute of the Button element.
idRepresents the Id attribute of the Button element.
valueRepresents the string value of the button element that is directly mapped to the ‘value’ attribute.
typeType of the form control.
html_element

See Also