Exemple #1
0
 internal void Attach(CefBrowser browser)
 {
     FBrowser = browser;
     FBrowser.SetSize(CefPaintElementType.View, FSize.Width, FSize.Height);
     FBrowser.SendFocusEvent(true);
     FErrorText = string.Empty;
     FBrowserAttachedEvent.Set();
 }