Click or drag to resize
WindowInfoSetAsWindowless Method
Version 51.0.0

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

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public virtual void SetAsWindowless(
	IntPtr parentHandle,
	bool transparent
)

Parameters

parentHandle
Type: SystemIntPtr

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

transparent
Type: SystemBoolean

[Missing <param name="transparent"/> documentation for "M:CefSharp.WindowInfo.SetAsWindowless(System.IntPtr,System.Boolean)"]

Implements

IWindowInfoSetAsWindowless(IntPtr, Boolean)
See Also