Click or drag to resize

WindowInfoSetAsPopup Method

Version 130.1.90
Create the browser as a popup window.

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

Parameters

parentHandle  IntPtr
parent handle
windowName  String
window name

Implements

IWindowInfoSetAsPopup(IntPtr, String)
See Also