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