Click or drag to resize
IWindowInfoSetAsPopup Method
Version 51.0.0

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

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

Parameters

parentHandle
Type: SystemIntPtr

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

windowName
Type: SystemString

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

See Also