Click or drag to resize

WindowInfoSetAsPopup Method

Version 91.1.160
Create the browser as a popup window.

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

Parameters

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

Implements

IWindowInfoSetAsPopup(IntPtr, String)
See Also