Click or drag to resize

IWindowInfoSetAsPopup Method

Version 84.4.10
Create the browser as a popup window.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 84.4.10.0 (84.4.10.0)
Syntax
void SetAsPopup(
	IntPtr parentHandle,
	string windowName
)

Parameters

parentHandle
Type: SystemIntPtr
parent handle
windowName
Type: SystemString
window name
See Also