Click or drag to resize

WindowInfoSetAsPopup Method

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.WindowInfo.SetAsPopup(System.IntPtr,System.String)"]

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

Parameters

parentHandle
Type: SystemIntPtr

[Missing <param name="parentHandle"/> documentation for "M:CefSharp.WindowInfo.SetAsPopup(System.IntPtr,System.String)"]

windowName
Type: SystemString

[Missing <param name="windowName"/> documentation for "M:CefSharp.WindowInfo.SetAsPopup(System.IntPtr,System.String)"]

Implements

IWindowInfoSetAsPopup(IntPtr, String)
See Also