System.Windows.Forms.HtmlDocument: Property Members

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

Public Properties

[read-only]
ActiveElementHtmlElement.

Provides the System.Windows.Forms.HtmlElement which currently has user input focus.

ActiveLinkColorSystem.Drawing.Color.

Gets or sets the System.Drawing.Color of a hyperlink when clicked by a user.

[read-only]
AllHtmlElementCollection.

Gets an instance of System.Windows.Forms.HtmlElementCollection, which stores all System.Windows.Forms.HtmlElement objects for the document.

BackColorSystem.Drawing.Color.

Gets or sets the background color of the HTML document.

[read-only]
BodyHtmlElement.

Gets the System.Windows.Forms.HtmlElement for the BODY tag.

Cookiestring.

Gets or sets the HTTP cookies associated with this document.

[read-only]
DefaultEncodingstring.

Gets the encoding used by default for the current document.

Domainstring.

Gets or sets the string describing the domain of this document for security purposes.

[read-only]
DomDocumentobject.

Gets the unmanaged interface pointer for this System.Windows.Forms.HtmlDocument.

Encodingstring.

Gets or sets the character encoding for this document.

[read-only]
Focusedbool.

Gets a value indicating whether the document has user input focus.

ForeColorSystem.Drawing.Color.

Gets or sets the text color for the document.

[read-only]
FormsHtmlElementCollection.

Gets a collection of all of the <FORM> elements in the document.

[read-only]
ImagesHtmlElementCollection.

Gets a collection of all image tags in the document.

LinkColorSystem.Drawing.Color.

Gets or sets the color of hyperlinks.

[read-only]
LinksHtmlElementCollection.

Gets a list of all the hyperlinks within this HTML document.

RightToLeftbool.

Gets or sets the direction of text in the current document.

Titlestring.

Gets or sets the text value of the <TITLE> tag in the current HTML document.

[read-only]
UrlUri.

Gets the URL describing the location of this document.

VisitedLinkColorSystem.Drawing.Color.

Gets or sets the Color of links to HTML pages that the user has already visited.

[read-only]
WindowHtmlWindow.

Gets the System.Windows.Forms.HtmlWindow associated with this document.