IHtmlElement
public interface IHtmlElement : IElement, INode, IEventTarget, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
The HTMLElement interface represents any HTML element. Some elements directly
implement this interface, other implement it via an interface that inherit it.
Gets or sets the access key assigned to the element.
Gets the element's assigned access key.
Gets or sets whether or not the element is editable. This enumerated
attribute can have the values true, false and inherited.
Gets or sets the assigned context menu.
Gets access to all the custom data attributes (data-*) set on the element. It is a map of DOMString,
one entry for each custom data attribute.
Gets or sets the value of the dir attribute.
Gets the dropzone for this element.
Gets if the element is currently contenteditable.
Gets or sets if the element is draggable.
Gets or sets if the element is hidden.
Gets or sets if spell-checking is activated.
Gets or sets if the element should be translated.
Gets or sets the value of the lang attribute.
Gets or sets the position of the element in the tabbing order.
Gets or sets the value of the title attribute.
void DoBlur()
Removes the keyboard focus on the given element.
void DoClick()
Simulates a mouse click on an element.
void DoFocus()
Puts the keyboard focus on the given element.
void DoSpellCheck()
Forces the invocation of a spell check on the content.