Click or drag to resize

WindowInfo.SetAsPopup Method

Version 104.4.240
Create the browser as a popup window.

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

Parameters

parentHandle
Type: System.IntPtr
parent handle
windowName
Type: System.String
window name

Implements

IWindowInfo.SetAsPopup(IntPtr, String)
See Also