The properties of System.Windows.Forms.HtmlDocument are listed below. For a list of all members, see the HtmlDocument Members list.
See Also: Inherited members from System.Object
[read-only] | ActiveElement | HtmlElement.
Provides the System.Windows.Forms.HtmlElement which currently has user input focus. |
ActiveLinkColor | System.Drawing.Color.
Gets or sets the System.Drawing.Color of a hyperlink when clicked by a user. | |
[read-only] | All | HtmlElementCollection.
Gets an instance of System.Windows.Forms.HtmlElementCollection, which stores all System.Windows.Forms.HtmlElement objects for the document. |
BackColor | System.Drawing.Color.
Gets or sets the background color of the HTML document. | |
[read-only] | Body | HtmlElement.
Gets the System.Windows.Forms.HtmlElement for the BODY tag. |
Cookie | string.
Gets or sets the HTTP cookies associated with this document. | |
[read-only] | DefaultEncoding | string.
Gets the encoding used by default for the current document. |
Domain | string.
Gets or sets the string describing the domain of this document for security purposes. | |
[read-only] | DomDocument | object.
Gets the unmanaged interface pointer for this System.Windows.Forms.HtmlDocument. |
Encoding | string.
Gets or sets the character encoding for this document. | |
[read-only] | Focused | bool.
Gets a value indicating whether the document has user input focus. |
ForeColor | System.Drawing.Color.
Gets or sets the text color for the document. | |
[read-only] | Forms | HtmlElementCollection.
Gets a collection of all of the <FORM> elements in the document. |
[read-only] | Images | HtmlElementCollection.
Gets a collection of all image tags in the document. |
LinkColor | System.Drawing.Color.
Gets or sets the color of hyperlinks. | |
[read-only] | Links | HtmlElementCollection.
Gets a list of all the hyperlinks within this HTML document. |
RightToLeft | bool.
Gets or sets the direction of text in the current document. | |
Title | string.
Gets or sets the text value of the <TITLE> tag in the current HTML document. | |
[read-only] | Url | Uri.
Gets the URL describing the location of this document. |
VisitedLinkColor | System.Drawing.Color.
Gets or sets the Color of links to HTML pages that the user has already visited. | |
[read-only] | Window | HtmlWindow.
Gets the System.Windows.Forms.HtmlWindow associated with this document. |