HtmlWindow Methods

 

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

NameDescription
System_CAPS_pubmethodAlert(String^)

Displays a message box.

System_CAPS_pubmethodAttachEventHandler(String^, EventHandler^)

Adds an event handler for the named HTML DOM event.

System_CAPS_pubmethodClose()

Closes the window.

System_CAPS_pubmethodConfirm(String^)

Displays a dialog box with a message and buttons to solicit a yes/no response.

System_CAPS_pubmethodDetachEventHandler(String^, EventHandler^)

Removes the named event handler.

System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodFocus()

Puts the focus on the current window.

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodMoveTo(Int32, Int32)

Moves the window to the specified coordinates on the screen.

System_CAPS_pubmethodMoveTo(Point)

Moves the window to the specified coordinates on the screen.

System_CAPS_pubmethodNavigate(String^)

Displays or downloads the new content located at the specified URL.

System_CAPS_pubmethodNavigate(Uri^)

Displays a new document in the current window.

System_CAPS_pubmethodOpen(String^, String^, String^, Boolean)

Displays a file in the named window.

System_CAPS_pubmethodOpen(Uri^, String^, String^, Boolean)

Displays a file in the named window.

System_CAPS_pubmethodOpenNew(String^, String^)

Displays a file in a new window.

System_CAPS_pubmethodOpenNew(Uri^, String^)

Displays a file in a new window.

System_CAPS_pubmethodPrompt(String^, String^)

Shows a dialog box that displays a message and a text box to the user.

System_CAPS_pubmethodRemoveFocus()

Takes focus off of the current window.

System_CAPS_pubmethodResizeTo(Int32, Int32)

Changes the size of the window to the specified dimensions.

System_CAPS_pubmethodResizeTo(Size)

Changes the size of the window to the specified dimensions.

System_CAPS_pubmethodScrollTo(Int32, Int32)

Scrolls the window to the designated position.

System_CAPS_pubmethodScrollTo(Point)

Moves the window to the specified coordinates.

System_CAPS_pubmethodToString()

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

Return to top
Show: