The properties of System.Windows.Forms.HtmlElement are listed below. For a list of all members, see the HtmlElement Members list.
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. |