HtmlDocument Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AttachEventHandler(String^, EventHandler^) | Adds an event handler for the named HTML DOM event. |
![]() | CreateElement(String^) | Creates a new HtmlElement of the specified HTML tag type. |
![]() | DetachEventHandler(String^, EventHandler^) | Removes an event handler from a named event on the HTML DOM. |
![]() | Equals(Object^) | Tests the object for equality against the current object.(Overrides Object::Equals(Object^).) |
![]() | ExecCommand(String^, Boolean, Object^) | Executes the specified command against the document. |
![]() | Focus() | Sets user input focus on the current document. |
![]() | GetElementById(String^) | Retrieves a single HtmlElement using the element's ID attribute as a search key. |
![]() | GetElementFromPoint(Point) | Retrieves the HTML element located at the specified client coordinates. |
![]() | GetElementsByTagName(String^) | Retrieve a collection of elements with the specified HTML tag. |
![]() | GetHashCode() | Retrieves the hash code for this object.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | InvokeScript(String^) | Executes an Active Scripting function defined in an HTML page. |
![]() | InvokeScript(String^, array<Object^>^) | Executes an Active Scripting function defined in an HTML page. |
![]() | OpenNew(Boolean) | Gets a new HtmlDocument to use with the Write method. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Write(String^) | Writes a new HTML page. |
