IChromiumWebBrowserBaseBrowserCore Property |
Version 101.0.180
Returns the current IBrowser Instance or null.
IBrowser is the the underlying CefBrowser
instance and provides access to frames/browserhost etc.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax IBrowser BrowserCore { get; }
property IBrowser^ BrowserCore {
IBrowser^ get ();
}
Property Value
Type:
IBrowserSee Also