Class CefBrowser
Represents a CefSharp browser that can be drawn to the screen.
public class CefBrowser : BaseDrawable, IDisposable
- Inheritance
-
CefBrowser
- Implements
- Inherited Members
Methods
Disable()
Disables the browser.
public void Disable()
Exceptions
- InvalidOperationException
Browser was already disabled!
Draw()
Draws the browser to the screen.
public override void Draw()
Enable()
Enables the browser.
public void Enable()
Exceptions
- InvalidOperationException
Browser was already enabled!
SetUrl(string)
Sets the URL of the browser.
public void SetUrl(string url)
Parameters
url
stringURL to set the browser to.