IBrowserHost Properties |
The IBrowserHost type exposes the following members.
Name | Description | |
---|---|---|
HasDevTools |
Returns true if this browser currently has an associated DevTools browser.
Must be called on the CEF UI thread.
| |
IsDisposed |
Gets a value indicating whether the browserHost has been disposed of.
| |
MouseCursorChangeDisabled |
Get/Set Mouse cursor change disabled
| |
RequestContext |
Returns the request context for this browser.
| |
WindowlessFrameRate |
Gets/sets the maximum rate in frames per second (fps) that CefRenderHandler::
OnPaint will be called for a windowless browser. The actual fps may be
lower if the browser cannot generate frames at the requested rate. The
minimum value is 1 and the maximum value is 60 (default 30). This method
can only be called on the UI thread. Can also be set at browser creation
via BrowserSettings.WindowlessFrameRate.
| |
WindowRenderingDisabled |
Returns true if window rendering is disabled.
|