IWinFormsWebBrowser Properties |
The IWinFormsWebBrowser type exposes the following members.
Name | Description | |
---|---|---|
Address |
The address (URL) which the browser control is currently displaying.
Will automatically be updated as the user navigates to another page (e.g. by clicking on a link).
(Inherited from IWebBrowser.) | |
CanGoBack |
A flag that indicates whether the state of the control current supports the GoBack action (true) or not (false).
(Inherited from IWebBrowser.) | |
CanGoForward |
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
(Inherited from IWebBrowser.) | |
DialogHandler |
Implement IDialogHandler and assign to handle dialog events.
(Inherited from IWebBrowser.) | |
DisplayHandler |
Implement IDisplayHandler and assign to handle events related to browser display state.
(Inherited from IWebBrowser.) | |
DownloadHandler |
Implement IDownloadHandler and assign to handle events related to downloading files.
(Inherited from IWebBrowser.) | |
DragHandler |
Implement IDragHandler and assign to handle events related to dragging.
(Inherited from IWebBrowser.) | |
FindHandler |
Implement IFindHandler to handle events related to find results.
(Inherited from IWebBrowser.) | |
FocusHandler |
Implement IFocusHandler and assign to handle events related to the browser component's focus
(Inherited from IWebBrowser.) | |
GeolocationHandler |
Implement IGeolocationHandler and assign to handle requests for permission to use geolocation.
(Inherited from IWebBrowser.) | |
IsBrowserInitialized |
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
(Inherited from IWebBrowser.) | |
IsLoading |
A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
(Inherited from IWebBrowser.) | |
JsDialogHandler |
Implement IJsDialogHandler and assign to handle events related to JavaScript Dialogs.
(Inherited from IWebBrowser.) | |
KeyboardHandler |
Implement IKeyboardHandler and assign to handle events related to key press.
(Inherited from IWebBrowser.) | |
LifeSpanHandler |
Implement ILifeSpanHandler and assign to handle events related to popups.
(Inherited from IWebBrowser.) | |
LoadHandler |
Implement ILoadHandler and assign to handle events related to browser load status.
(Inherited from IWebBrowser.) | |
MenuHandler |
Implement IContextMenuHandler and assign to handle events related to the browser context menu
(Inherited from IWebBrowser.) | |
RenderProcessMessageHandler |
Implement IRenderProcessMessageHandler and assign to handle messages from the render process.
(Inherited from IWebBrowser.) | |
RequestHandler |
Implement IRequestHandler and assign to handle events related to browser requests.
(Inherited from IWebBrowser.) | |
ResourceHandlerFactory |
Implement IResourceHandlerFactory and control the loading of resources
(Inherited from IWebBrowser.) | |
TooltipText |
The text that will be displayed as a ToolTip
(Inherited from IWebBrowser.) |