The properties of System.Windows.Forms.WebBrowser are listed below. For a list of all members, see the WebBrowser Members list.
See Also: Inherited members from System.Windows.Forms.WebBrowserBase
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. |