Click or drag to resize
WindowInfo.SetAsWindowless 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: System.IntPtr

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

transparent
Type: System.Boolean

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

Implements

IWindowInfo.SetAsWindowless(IntPtr, Boolean)
See Also