IWindowInfoSetAsPopup Method  | 
Version 93.1.111 
            Create the browser as a popup window.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxvoid SetAsPopup(
	IntPtr parentHandle,
	string windowName
)
void SetAsPopup(
	IntPtr parentHandle, 
	String^ windowName
)
Parameters
- parentHandle
 - Type: SystemIntPtr
parent handle - windowName
 - Type: SystemString
window name 
See Also