IInputElement Properties |
The IInputElement type exposes the following members.
Name | Description | |
---|---|---|
AttributeNodes |
Gets a list that contains attribute nodes of the element. Each list entry
represents an attribute node.
(Inherited from IElement.) | |
Attributes |
Gets a dictionary that contains attributes of the current element. Modifying this dictionary
will lead to modifying the element attributes.
(Inherited from IElement.) | |
BoundingClientRect |
Gets the bounds of the element and its position relative to the top-left of
the viewport of the current document.
(Inherited from IElement.) | |
Checked |
Gets or sets the checked attribute of the input DOM element with the type
'checkbox' or 'radio'.
| |
Children |
Gets the collection of the child nodes. Modifying this collection will lead to the DOM tree modification.
(Inherited from INode.) | |
Document |
Gets the document instance containing this node.
(Inherited from INode.) | |
Events |
Gets the DOM events that can be listened.
(Inherited from IEventTarget.) | |
File |
Gets or sets an absolute or relative path to a file if the current input DOM element
has the type attribute with the 'file' value.
| |
Files |
Gets or sets the collection of absolute or relative paths to files if the current input DOM element
has the type attribute with the 'file' value.
| |
Form |
Gets the <form> element containing this control.
(Inherited from IFormControlElement.) | |
Frame |
Gets the frame containing this node.
(Inherited from INode.) | |
InnerHtml |
Gets or sets the inner HTML of the current element.
(Inherited from IElement.) | |
InnerText |
Gets or sets the inner text of the current element.
(Inherited from IElement.) | |
IsCheckBox |
Indicates whether the DOM element's type attribute has the 'checkbox' value.
| |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
IsEmailField |
Indicates whether the DOM element's type attribute has the 'email' value.
| |
IsEnabled |
Indicates whether form control is enabled or disabled.
(Inherited from IFormControlElement.) | |
IsFile |
Indicates whether the DOM element's type attribute has the 'file' value.
| |
IsMultipleFile |
Indicates whether the DOM element has both the type attribute with the
'file' value, and the multiple attribute, for example: <input type="file" multiple> | |
IsPasswordField |
Indicates whether the DOM element's type attribute has the 'password' value.
| |
IsRadioButton |
Indicates whether the DOM element's type attribute has the 'radio' value.
| |
IsText |
Indicates if this input element is a text field and
the type attribute value of the input HTML element is 'number'.
| |
IsTextField |
Indicates if the DOM element's type attribute has the 'text' value.
| |
NextSibling |
Gets the next sibling node in the document tree.
(Inherited from INode.) | |
NodeName |
Gets the name of this node, depending on its NodeType.
(Inherited from INode.) | |
NodeValue |
Gets the value of this node, depending on its NodeType.
(Inherited from INode.) | |
OuterHtml |
Gets or sets the outer HTML of the current element.
(Inherited from IElement.) | |
Parent |
Gets the parent node.
(Inherited from INode.) | |
PreviousSibling |
Gets the previous sibling node in the document tree.
(Inherited from INode.) | |
TextContent |
Gets or sets the text content of the node and its descendants.
(Inherited from INode.) | |
Type |
Gets the type of this node.
(Inherited from INode.) | |
Value |
Gets or sets the form control value.
(Inherited from IFormControlElement.) | |
XPath |
Gets an XPath for the current Node.
(Inherited from INode.) |