Click or drag to resize
IBrowserHost Properties
Version 51.0.0

The IBrowserHost type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating whether the browserHost has been disposed of.
Public propertyMouseCursorChangeDisabled
Get/Set Mouse cursor change disabled
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