IWpfWebBrowser Properties |
The IWpfWebBrowser 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 IChromiumWebBrowserBase.) | |
AudioHandler |
Implement IAudioHandler to handle audio events.
(Inherited from IWebBrowser.) | |
BackCommand |
Navigates to the previous page in the browser history. Will automatically be enabled/disabled depending on the
browser state.
| |
BrowserCore |
Returns the current IBrowser Instance or null.
IBrowser is the the underlying CefBrowser
instance and provides access to frames/browserhost etc.
(Inherited from IChromiumWebBrowserBase.) | |
CanExecuteJavascriptInMainFrame |
A flag that indicates if you can execute javascript in the main frame.
Flag is set to true in IRenderProcessMessageHandler.OnContextCreated.
and false in IRenderProcessMessageHandler.OnContextReleased
(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 IChromiumWebBrowserBase.) | |
CanGoForward |
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
(Inherited from IChromiumWebBrowserBase.) | |
CleanupCommand |
Command which cleans up the Resources used by the ChromiumWebBrowser
| |
CopyCommand |
Copy selected text to the clipboard.
| |
CutCommand |
Cut selected text to the clipboard.
| |
DialogHandler |
Implement IDialogHandler and assign to handle dialog events.
(Inherited from IWebBrowser.) | |
Dispatcher |
Gets the Dispatcher associated with this instance.
| |
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.) | |
Focusable | Gets or sets a value that indicates whether focus can be set to this element. (Inherited from IInputElement.) | |
FocusHandler |
Implement IFocusHandler and assign to handle events related to the browser component's focus
(Inherited from IWebBrowser.) | |
ForwardCommand |
Navigates to the next page in the browser history. Will automatically be enabled/disabled depending on the
browser state.
| |
FrameHandler |
Implement IFrameHandler to handle frame events.
(Inherited from IWebBrowser.) | |
IsBrowserInitialized |
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
(Inherited from IChromiumWebBrowserBase.) | |
IsDisposed |
A flag that indicates whether the WebBrowser has been disposed () or not ()
(Inherited from IChromiumWebBrowserBase.) | |
IsEnabled | Gets a value that indicates whether this element is enabled in the user interface (UI). (Inherited from IInputElement.) | |
IsKeyboardFocused | Gets a value that indicates whether this element has keyboard focus. (Inherited from IInputElement.) | |
IsKeyboardFocusWithin | Gets a value that indicates whether keyboard focus is anywhere inside the element bounds, including if keyboard focus is inside the bounds of any visual child elements. (Inherited from IInputElement.) | |
IsLoading |
A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
(Inherited from IChromiumWebBrowserBase.) | |
IsMouseCaptured | Gets a value that indicates whether the mouse is captured to this element. (Inherited from IInputElement.) | |
IsMouseDirectlyOver | Gets a value that indicates whether the mouse pointer is over this element in the strictest hit testing sense. (Inherited from IInputElement.) | |
IsMouseOver | Gets a value that indicates whether the mouse pointer is located over this element (including visual children elements that are inside its bounds). (Inherited from IInputElement.) | |
IsStylusCaptured | Gets a value that indicates whether the stylus is captured to this element. (Inherited from IInputElement.) | |
IsStylusDirectlyOver | Gets a value that indicates whether the stylus is over this element in the strictest hit testing sense. (Inherited from IInputElement.) | |
IsStylusOver | Gets a value that indicates whether the stylus is located over this element (or over visual child elements that are inside its bounds). (Inherited from IInputElement.) | |
JavascriptObjectRepository |
The javascript object repository, one repository per ChromiumWebBrowser instance.
(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.) | |
PasteCommand |
Paste text from the clipboard.
| |
PermissionHandler |
Implement IPermissionHandler to handle events related to permission requests.
(Inherited from IWebBrowser.) | |
PrintCommand |
Prints the current browser contents.
| |
RedoCommand |
Redo last action.
| |
ReloadCommand |
Reloads the content of the current page. Will automatically be enabled/disabled depending on the browser state.
| |
RenderProcessMessageHandler |
Implement IRenderProcessMessageHandler and assign to handle messages from the render process.
(Inherited from IWebBrowser.) | |
RequestContext |
Gets the custom request context assigned to this browser instance
If no instance was assigned this will be null and the global
request context will have been used for this browser.
You can access the global request context through Cef.GetGlobalRequestContext()
(Inherited from IWebBrowser.) | |
RequestHandler |
Implement IRequestHandler and assign to handle events related to browser requests.
(Inherited from IWebBrowser.) | |
ResourceRequestHandlerFactory |
Implement IResourceRequestHandlerFactory and control the loading of resources
(Inherited from IWebBrowser.) | |
SelectAllCommand |
Select all text.
| |
StopCommand |
Stops loading the current page.
| |
Title |
The title of the web page being currently displayed.
| |
TooltipText |
The text that will be displayed as a ToolTip
(Inherited from IWebBrowser.) | |
UndoCommand |
Undo last action.
| |
ViewSourceCommand |
Opens up a new program window (using the default text editor) where the source code of the currently displayed web
page is shown.
| |
ZoomInCommand |
Increases the zoom level.
| |
ZoomLevel |
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).
| |
ZoomLevelIncrement |
The increment at which the ZoomLevel property will be incremented/decremented.
| |
ZoomOutCommand |
Decreases the zoom level.
| |
ZoomResetCommand |
Resets the zoom level to the default. (100%)
|