HtmlDocument Methods

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodAttachEventHandler(String^, EventHandler^)

Adds an event handler for the named HTML DOM event.

System_CAPS_pubmethodCreateElement(String^)

Creates a new HtmlElement of the specified HTML tag type.

System_CAPS_pubmethodDetachEventHandler(String^, EventHandler^)

Removes an event handler from a named event on the HTML DOM.

System_CAPS_pubmethodEquals(Object^)

Tests the object for equality against the current object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodExecCommand(String^, Boolean, Object^)

Executes the specified command against the document.

System_CAPS_pubmethodFocus()

Sets user input focus on the current document.

System_CAPS_pubmethodGetElementById(String^)

Retrieves a single HtmlElement using the element's ID attribute as a search key.

System_CAPS_pubmethodGetElementFromPoint(Point)

Retrieves the HTML element located at the specified client coordinates.

System_CAPS_pubmethodGetElementsByTagName(String^)

Retrieve a collection of elements with the specified HTML tag.

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code for this object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInvokeScript(String^)

Executes an Active Scripting function defined in an HTML page.

System_CAPS_pubmethodInvokeScript(String^, array<Object^>^)

Executes an Active Scripting function defined in an HTML page.

System_CAPS_pubmethodOpenNew(Boolean)

Gets a new HtmlDocument to use with the Write method.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodWrite(String^)

Writes a new HTML page.

Return to top
Show: