| IBrowserHost Properties | 
The IBrowserHost type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Extension | 
            Returns the extension hosted in this browser or null if no extension is hosted. See LoadExtension(String, String, IExtensionHandler) for details.
             | 
|  | HasDevTools | 
            Returns true if this browser currently has an associated DevTools browser.
            Must be called on the CEF UI thread.
             | 
|  | IsAudioMuted | 
            Returns true if the browser's audio is muted.
            This method can only be called on the CEF UI thread.
             | 
|  | IsBackgroundHost | 
            Returns true if this browser is hosting an extension background script. Background hosts do not have a window and are not displayable.
            See LoadExtension(String, String, IExtensionHandler) for details.
             | 
|  | IsDisposed | 
            Gets a value indicating whether the browserHost has been disposed of.
             | 
|  | 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.
             | 
 See Also
See Also