CefWindowInfo SetAsWindowless Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Xilium.CefGlue.CefWindowInfo.SetAsWindowless(System.IntPtr,System.Boolean)"]

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void SetAsWindowless(
	IntPtr parentHandle,
	bool transparent
)

Parameters

parentHandle
Type: OnlineSystem IntPtr

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

transparent
Type: OnlineSystem Boolean

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

See Also