The members of System.Windows.Forms.HtmlDocument are listed below.
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. |
AttachEventHandler(string, EventHandler)
| ||
CreateElement(string)
| ||
DetachEventHandler(string, EventHandler)
| ||
override | Equals(object)
| |
ExecCommand(string, bool, object)
| ||
Focus()
| ||
GetElementById(string)
| ||
GetElementFromPoint(System.Drawing.Point)
| ||
GetElementsByTagName(string)
| ||
override | GetHashCode()
| |
InvokeScript(string)
| ||
InvokeScript(string, object[])
| ||
OpenNew(bool)
| ||
Write(string)
|
Click |
Occurs when the user clicks anywhere on the document. | |
ContextMenuShowing |
Occurs when the user requests to display the document's context menu. | |
Focusing |
Occurs before focus is given to the document. | |
LosingFocus |
Occurs while focus is leaving a control. | |
MouseDown |
Occurs when the user clicks the left mouse button. | |
MouseLeave |
Occurs when the mouse is no longer hovering over the document. | |
MouseMove |
Occurs when the mouse is moved over the document. | |
MouseOver |
Occurs when the mouse is moved over the document. | |
MouseUp |
Occurs when the user releases the left mouse button. | |
Stop |
Occurs when navigation to another Web page is halted. |
static | Equality(HtmlDocument, HtmlDocument) |
Returns a value that indicates whether the specified System.Windows.Forms.HtmlDocument instances represent the same value. |
static | Inequality(HtmlDocument, HtmlDocument) |
Returns a value that indicates whether the specified System.Windows.Forms.HtmlDocument instances do not represent the same value. |