Example #1
0
 /// <summary>
 /// Sets the popup is open.
 /// </summary>
 /// <param name="show">if set to <c>true</c> [show].</param>
 void IRenderWebBrowser.OnPopupShow(bool show)
 {
     _renderTarget.OnPopupShow(show);
 }