HtmlWindow Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Alert(String^) | Displays a message box. |
![]() | AttachEventHandler(String^, EventHandler^) | Adds an event handler for the named HTML DOM event. |
![]() | Close() | Closes the window. |
![]() | Confirm(String^) | Displays a dialog box with a message and buttons to solicit a yes/no response. |
![]() | DetachEventHandler(String^, EventHandler^) | Removes the named event handler. |
![]() | Equals(Object^) | Tests the object for equality against the current object.(Overrides Object::Equals(Object^).) |
![]() | Focus() | Puts the focus on the current window. |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MoveTo(Int32, Int32) | Moves the window to the specified coordinates on the screen. |
![]() | MoveTo(Point) | Moves the window to the specified coordinates on the screen. |
![]() | Navigate(String^) | Displays or downloads the new content located at the specified URL. |
![]() | Navigate(Uri^) | Displays a new document in the current window. |
![]() | Open(String^, String^, String^, Boolean) | Displays a file in the named window. |
![]() | Open(Uri^, String^, String^, Boolean) | Displays a file in the named window. |
![]() | OpenNew(String^, String^) | Displays a file in a new window. |
![]() | OpenNew(Uri^, String^) | Displays a file in a new window. |
![]() | Prompt(String^, String^) | Shows a dialog box that displays a message and a text box to the user. |
![]() | RemoveFocus() | Takes focus off of the current window. |
![]() | ResizeTo(Int32, Int32) | Changes the size of the window to the specified dimensions. |
![]() | ResizeTo(Size) | Changes the size of the window to the specified dimensions. |
![]() | ScrollTo(Int32, Int32) | Scrolls the window to the designated position. |
![]() | ScrollTo(Point) | Moves the window to the specified coordinates. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
