System.Windows.Forms.HtmlElement: Property Members

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

Public Properties

[read-only]
AllHtmlElementCollection.

Gets an System.Windows.Forms.HtmlElementCollection of all elements underneath the current element.

[read-only]
CanHaveChildrenbool.

Gets a value indicating whether this element can have child elements.

[read-only]
ChildrenHtmlElementCollection.

Gets an System.Windows.Forms.HtmlElementCollection of all children of the current element.

[read-only]
ClientRectangleSystem.Drawing.Rectangle.

Gets the bounds of the client area of the element in the HTML document.

[read-only]
DocumentHtmlDocument.

Gets the System.Windows.Forms.HtmlDocument to which this element belongs.

[read-only]
DomElementobject.

Gets an unmanaged interface pointer for this element.

Enabledbool.

Gets or sets whether the user can input data into this element.

[read-only]
FirstChildHtmlElement.

Gets the next element below this element in the document tree.

Idstring.

Gets or sets a label by which to identify the element.

InnerHtmlstring.

Gets or sets the HTML markup underneath this element.

InnerTextstring.

Gets or sets the text assigned to the element.

Namestring.

Gets or sets the name of the element.

[read-only]
NextSiblingHtmlElement.

Gets the next element at the same level as this element in the document tree.

[read-only]
OffsetParentHtmlElement.

Gets the element from which HtmlElement.OffsetRectangle is calculated.

[read-only]
OffsetRectangleSystem.Drawing.Rectangle.

Gets the location of an element relative to its parent.

OuterHtmlstring.

Gets or sets the current element's HTML code.

OuterTextstring.

Gets or sets the current element's text.

[read-only]
ParentHtmlElement.

Gets the current element's parent element.

ScrollLeftint.

Gets or sets the distance between the edge of the element and the left edge of its content.

[read-only]
ScrollRectangleSystem.Drawing.Rectangle.

Gets the dimensions of an element's scrollable region.

ScrollTopint.

Gets or sets the distance between the edge of the element and the top edge of its content.

Stylestring.

Gets or sets a comma-delimited list of styles for the current element.

TabIndexshort.

Gets or sets the location of this element in the tab order.

[read-only]
TagNamestring.

Gets the name of the HTML tag.