The members of System.Windows.Forms.WebBrowser are listed below.
See Also: Inherited members from System.Windows.Forms.WebBrowserBase
Initializes a new instance of the System.Windows.Forms.WebBrowser class. |
AllowNavigation | bool.
Gets or sets a value indicating whether the control can navigate to another page after its initial page has been loaded. | |
AllowWebBrowserDrop | bool.
Gets or sets a value indicating whether the System.Windows.Forms.WebBrowser control navigates to documents that are dropped onto it. | |
[read-only] | CanGoBack | bool.
Gets a value indicating whether a previous page in navigation history is available, which allows the WebBrowser.GoBack method to succeed. |
[read-only] | CanGoForward | bool.
Gets a value indicating whether a subsequent page in navigation history is available, which allows the WebBrowser.GoForward method to succeed. |
[read-only] | Document | HtmlDocument.
Gets an System.Windows.Forms.HtmlDocument representing the Web page currently displayed in the System.Windows.Forms.WebBrowser control. |
DocumentStream | System.IO.Stream.
Gets or sets a stream containing the contents of the Web page displayed in the System.Windows.Forms.WebBrowser control. | |
DocumentText | string.
Gets or sets the HTML contents of the page displayed in the System.Windows.Forms.WebBrowser control. | |
[read-only] | DocumentTitle | string.
Gets the title of the document currently displayed in the System.Windows.Forms.WebBrowser control. |
[read-only] | DocumentType | string.
Gets the type of the document currently displayed in the System.Windows.Forms.WebBrowser control. |
[read-only] | EncryptionLevel | WebBrowserEncryptionLevel.
Gets a value indicating the encryption method used by the document currently displayed in the System.Windows.Forms.WebBrowser control. |
[read-only] override | Focused | bool.
Gets a value indicating whether the control or any of its child windows has input focus. |
[read-only] | IsBusy | bool.
Gets a value indicating whether the System.Windows.Forms.WebBrowser control is currently loading a new document. |
[read-only] | IsOffline | bool.
Gets a value indicating whether the System.Windows.Forms.WebBrowser control is in offline mode. |
IsWebBrowserContextMenuEnabled | bool.
Gets or a sets a value indicating whether the shortcut menu of the System.Windows.Forms.WebBrowser control is enabled. | |
ObjectForScripting | object.
Gets or sets an object that can be accessed by scripting code that is contained within a Web page displayed in the System.Windows.Forms.WebBrowser control. | |
Padding | Padding.
This property is not meaningful for this control. | |
[read-only] | ReadyState | WebBrowserReadyState.
Gets a value indicating the current state of the System.Windows.Forms.WebBrowser control. |
ScriptErrorsSuppressed | bool.
Gets or sets a value indicating whether the System.Windows.Forms.WebBrowser displays dialog boxes such as script error messages. | |
ScrollBarsEnabled | bool.
Gets or sets a value indicating whether scroll bars are displayed in the System.Windows.Forms.WebBrowser control. | |
[read-only] | StatusText | string.
Gets the status text of the System.Windows.Forms.WebBrowser control. |
Url | Uri.
Gets or sets the URL of the current document. | |
[read-only] | Version | Version.
Gets the version of Internet Explorer installed. |
WebBrowserShortcutsEnabled | bool.
Gets or sets a value indicating whether keyboard shortcuts are enabled within the System.Windows.Forms.WebBrowser control. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |
GoBack()
| ||
GoForward()
| ||
GoHome()
| ||
GoSearch()
| ||
Navigate(string)
| ||
Navigate(Uri)
| ||
Navigate(string, bool)
| ||
Navigate(string, string)
| ||
Navigate(Uri, bool)
| ||
Navigate(Uri, string)
| ||
Navigate(string, string, byte[], string)
| ||
Navigate(Uri, string, byte[], string)
| ||
Print()
| ||
override | Refresh()
| |
Refresh(WebBrowserRefreshOption)
| ||
ShowPageSetupDialog()
| ||
ShowPrintDialog()
| ||
ShowPrintPreviewDialog()
| ||
ShowPropertiesDialog()
| ||
ShowSaveAsDialog()
| ||
Stop()
|
override | AttachInterfaces(object)
| |
override | CreateSink()
| |
override | CreateWebBrowserSiteBase()
| |
override | DetachInterfaces()
| |
override | DetachSink()
| |
override | Dispose(bool)
| |
OnCanGoBackChanged(EventArgs)
| ||
OnCanGoForwardChanged(EventArgs)
| ||
OnDocumentCompleted(WebBrowserDocumentCompletedEventArgs)
| ||
OnDocumentTitleChanged(EventArgs)
| ||
OnEncryptionLevelChanged(EventArgs)
| ||
OnFileDownload(EventArgs)
| ||
OnNavigated(WebBrowserNavigatedEventArgs)
| ||
OnNavigating(WebBrowserNavigatingEventArgs)
| ||
OnNewWindow(System.ComponentModel.CancelEventArgs)
| ||
OnProgressChanged(WebBrowserProgressChangedEventArgs)
| ||
OnStatusTextChanged(EventArgs)
| ||
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
CanGoBackChanged |
Occurs when the WebBrowser.CanGoBack property value changes. | |
CanGoForwardChanged |
Occurs when the WebBrowser.CanGoForward property value changes. | |
DocumentCompleted |
Occurs when the System.Windows.Forms.WebBrowser control finishes loading a document. | |
DocumentTitleChanged |
Occurs when the WebBrowser.DocumentTitle property value changes. | |
EncryptionLevelChanged |
Occurs when the System.Windows.Forms.WebBrowser control navigates to or away from a Web site that uses encryption. | |
FileDownload |
Occurs when the System.Windows.Forms.WebBrowser control downloads a file. | |
Navigated |
Occurs when the System.Windows.Forms.WebBrowser control has navigated to a new document and has begun loading it. | |
Navigating |
Occurs before the System.Windows.Forms.WebBrowser control navigates to a new document. | |
NewWindow |
Occurs before a new browser window is opened. | |
PaddingChanged |
Occurs when the value of the WebBrowser.Padding property changes. | |
ProgressChanged |
Occurs when the System.Windows.Forms.WebBrowser control has updated information on the download progress of a document it is navigating to. | |
StatusTextChanged |
Occurs when the WebBrowser.StatusText property value changes. |