System.Windows.Forms.WebBrowserBase: Method Members

The methods of System.Windows.Forms.WebBrowserBase are listed below. For a list of all members, see the WebBrowserBase Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Methods

DrawToBitmap(System.Drawing.Bitmap, System.Drawing.Rectangle)

This method is not supported by this control.

override
PreProcessMessage(ref Message) : bool
Documentation for this section has not yet been entered.

Protected Methods

AttachInterfaces(object)

Called by the control when the underlying ActiveX control is created.

CreateSink()

Called by the control to prepare it for listening to events.

CreateWebBrowserSiteBase() : WebBrowserSiteBase

Returns a reference to the unmanaged ActiveX control site.

DetachInterfaces()

Called by the control when the underlying ActiveX control is discarded.

DetachSink()

Called by the control when it stops listening to events.

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.

override
IsInputChar(char) : bool

Determines if a character is an input character that the control recognizes.

override
OnBackColorChanged(EventArgs)

Raises the Control.BackColorChanged event.

override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

override
OnForeColorChanged(EventArgs)

Raises the Control.ForeColorChanged event.

override
OnGotFocus(EventArgs)

Raises the Control.GotFocus event.

override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnLostFocus(EventArgs)

Raises the Control.LostFocus event.

override
OnParentChanged(EventArgs)

This member overrides Control.OnParentChanged(EventArgs).

override
OnRightToLeftChanged(EventArgs)

This method is not meaningful for this control.

override
OnVisibleChanged(EventArgs)

This member overrides Control.OnVisibleChanged(EventArgs).

override
ProcessMnemonic(char) : bool

Processes a mnemonic character.

override
WndProc(ref Message)
Documentation for this section has not yet been entered.