Click or drag to resize
IWpfWebBrowser Properties
Version 51.0.0

The IWpfWebBrowser type exposes the following members.

Properties
  NameDescription
Public propertyAddress
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.)
Public propertyBackCommand
Navigates to the previous page in the browser history. Will automatically be enabled/disabled depending on the browser state.
Public propertyCanGoBack
A flag that indicates whether the state of the control current supports the GoBack action (true) or not (false).
(Inherited from IWebBrowser.)
Public propertyCanGoForward
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
(Inherited from IWebBrowser.)
Public propertyCleanupCommand
Command which cleans up the Resources used by the ChromiumWebBrowser
Public propertyCopyCommand
Copy selected text to the clipboard.
Public propertyCutCommand
Cut selected text to the clipboard.
Public propertyDialogHandler
Implement IDialogHandler and assign to handle dialog events.
(Inherited from IWebBrowser.)
Public propertyDispatcher
Gets the Dispatcher associated with this instance.
Public propertyDisplayHandler
Implement IDisplayHandler and assign to handle events related to browser display state.
(Inherited from IWebBrowser.)
Public propertyDownloadHandler
Implement IDownloadHandler and assign to handle events related to downloading files.
(Inherited from IWebBrowser.)
Public propertyDragHandler
Implement IDragHandler and assign to handle events related to dragging.
(Inherited from IWebBrowser.)
Public propertyFindHandler
Implement IFindHandler to handle events related to find results.
(Inherited from IWebBrowser.)
Public propertyFocusHandler
Implement IFocusHandler and assign to handle events related to the browser component's focus
(Inherited from IWebBrowser.)
Public propertyForwardCommand
Navigates to the next page in the browser history. Will automatically be enabled/disabled depending on the browser state.
Public propertyGeolocationHandler
Implement IGeolocationHandler and assign to handle requests for permission to use geolocation.
(Inherited from IWebBrowser.)
Public propertyIsBrowserInitialized
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
(Inherited from IWebBrowser.)
Public propertyIsLoading
A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
(Inherited from IWebBrowser.)
Public propertyJsDialogHandler
Implement IJsDialogHandler and assign to handle events related to JavaScript Dialogs.
(Inherited from IWebBrowser.)
Public propertyKeyboardHandler
Implement IKeyboardHandler and assign to handle events related to key press.
(Inherited from IWebBrowser.)
Public propertyLifeSpanHandler
Implement ILifeSpanHandler and assign to handle events related to popups.
(Inherited from IWebBrowser.)
Public propertyLoadHandler
Implement ILoadHandler and assign to handle events related to browser load status.
(Inherited from IWebBrowser.)
Public propertyMenuHandler
Implement IContextMenuHandler and assign to handle events related to the browser context menu
(Inherited from IWebBrowser.)
Public propertyPasteCommand
Paste text from the clipboard.
Public propertyPrintCommand
Prints the current browser contents.
Public propertyRedoCommand
Redo last action.
Public propertyReloadCommand
Reloads the content of the current page. Will automatically be enabled/disabled depending on the browser state.
Public propertyRenderProcessMessageHandler
Implement IRenderProcessMessageHandler and assign to handle messages from the render process.
(Inherited from IWebBrowser.)
Public propertyRequestHandler
Implement IRequestHandler and assign to handle events related to browser requests.
(Inherited from IWebBrowser.)
Public propertyResourceHandlerFactory
Implement IResourceHandlerFactory and control the loading of resources
(Inherited from IWebBrowser.)
Public propertySelectAllCommand
Select all text.
Public propertyStopCommand
Stops loading the current page.
Public propertyTitle
The title of the web page being currently displayed.
Public propertyTooltipText
The text that will be displayed as a ToolTip
(Inherited from IWebBrowser.)
Public propertyUndoCommand
Undo last action.
Public propertyViewSourceCommand
Opens up a new program window (using the default text editor) where the source code of the currently displayed web page is shown.
Public propertyZoomInCommand
Increases the zoom level.
Public propertyZoomLevel
The zoom level at which the browser control is currently displaying. Can be set to 0 to clear the zoom level (resets to default zoom level).
Public propertyZoomLevelIncrement
The increment at which the ZoomLevel property will be incremented/decremented.
Public propertyZoomOutCommand
Decreases the zoom level.
Public propertyZoomResetCommand
Resets the zoom level to the default. (100%)
Top
See Also