Click or drag to resize

IBrowserHost Properties

Version 130.1.90

The IBrowserHost type exposes the following members.

Properties
 NameDescription
Public propertyHasDevTools Returns true if this browser currently has an associated DevTools browser. Must be called on the CEF UI thread.
Public propertyIsAudioMuted Returns true if the browser's audio is muted. This method can only be called on the CEF UI thread.
Public propertyIsDisposed Gets a value indicating whether the browserHost has been disposed of.
Public propertyRequestContext Returns the request context for this browser.
Public propertyWindowlessFrameRate 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.
Public propertyWindowRenderingDisabled Returns true if window rendering is disabled.
Top
See Also