The members of System.Windows.Forms.HtmlElement are listed below.
See Also: Inherited members from System.Object
[read-only] | All | HtmlElementCollection.
![]() Gets an System.Windows.Forms.HtmlElementCollection of all elements underneath the current element. |
[read-only] | CanHaveChildren | bool.
![]() Gets a value indicating whether this element can have child elements. |
[read-only] | Children | HtmlElementCollection.
![]() Gets an System.Windows.Forms.HtmlElementCollection of all children of the current element. |
[read-only] | ClientRectangle | System.Drawing.Rectangle.
![]() Gets the bounds of the client area of the element in the HTML document. |
[read-only] | Document | HtmlDocument.
![]() Gets the System.Windows.Forms.HtmlDocument to which this element belongs. |
[read-only] | DomElement | object.
![]() Gets an unmanaged interface pointer for this element. |
Enabled | bool.
![]() Gets or sets whether the user can input data into this element. | |
[read-only] | FirstChild | HtmlElement.
![]() Gets the next element below this element in the document tree. |
Id | string.
![]() Gets or sets a label by which to identify the element. | |
InnerHtml | string.
![]() Gets or sets the HTML markup underneath this element. | |
InnerText | string.
![]() Gets or sets the text assigned to the element. | |
Name | string.
![]() Gets or sets the name of the element. | |
[read-only] | NextSibling | HtmlElement.
![]() Gets the next element at the same level as this element in the document tree. |
[read-only] | OffsetParent | HtmlElement.
![]() Gets the element from which HtmlElement.OffsetRectangle is calculated. |
[read-only] | OffsetRectangle | System.Drawing.Rectangle.
![]() Gets the location of an element relative to its parent. |
OuterHtml | string.
![]() Gets or sets the current element's HTML code. | |
OuterText | string.
![]() Gets or sets the current element's text. | |
[read-only] | Parent | HtmlElement.
![]() Gets the current element's parent element. |
ScrollLeft | int.
![]() Gets or sets the distance between the edge of the element and the left edge of its content. | |
[read-only] | ScrollRectangle | System.Drawing.Rectangle.
![]() Gets the dimensions of an element's scrollable region. |
ScrollTop | int.
![]() Gets or sets the distance between the edge of the element and the top edge of its content. | |
Style | string.
![]() Gets or sets a comma-delimited list of styles for the current element. | |
TabIndex | short.
![]() Gets or sets the location of this element in the tab order. | |
[read-only] | TagName | string.
![]() Gets the name of the HTML tag. |
AppendChild(HtmlElement)
| ||
AttachEventHandler(string, EventHandler)
| ||
DetachEventHandler(string, EventHandler)
| ||
override | Equals(object)
| |
Focus()
| ||
GetAttribute(string)
| ||
GetElementsByTagName(string)
| ||
override | GetHashCode()Documentation for this section has not yet been entered. | |
InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement)
| ||
InvokeMember(string)
| ||
InvokeMember(string, params object[])
| ||
RaiseEvent(string)
| ||
RemoveFocus()
| ||
ScrollIntoView(bool)
| ||
SetAttribute(string, string)
|
Click |
![]() Occurs when the user clicks on the element with the left mouse button. | |
DoubleClick |
![]() Occurs when the user clicks the left mouse button over an element twice, in rapid succession. | |
Drag |
![]() Occurs when the user drags text to various locations. | |
DragEnd |
![]() Occurs when a user finishes a drag operation. | |
DragLeave |
![]() Occurs when the user is no longer dragging an item over this element. | |
DragOver |
![]() Occurs when the user drags text over the element. | |
Focusing |
![]() Occurs when the element first receives user input focus. | |
GotFocus |
![]() Occurs when the element has received user input focus. | |
KeyDown |
![]() Occurs when the user presses a key on the keyboard. | |
KeyPress |
![]() Occurs when the user presses and releases a key on the keyboard. | |
KeyUp |
![]() Occurs when the user releases a key on the keyboard. | |
LosingFocus |
![]() Occurs when the element is losing user input focus. | |
LostFocus |
![]() Occurs when the element has lost user input focus. | |
MouseDown |
![]() Occurs when the user presses a mouse button. | |
MouseEnter |
![]() Occurs when the user first moves the mouse cursor over the current element. | |
MouseLeave |
![]() Occurs when the user moves the mouse cursor off of the current element. | |
MouseMove |
![]() Occurs when the user moves the mouse cursor across the element. | |
MouseOver |
![]() Occurs when the mouse cursor enters the bounds of the element. | |
MouseUp |
![]() Occurs when the user releases a mouse button. |
static | Equality(HtmlElement, HtmlElement) |
![]() Compares two elements for equality. |
static | Inequality(HtmlElement, HtmlElement) |
![]() Compares two System.Windows.Forms.HtmlElement objects for inequality. |