CefBrowserHost WasHidden Method Xilium.CefGlue

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

Notify the browser that it has been hidden or shown. Layouting and CefRenderHandler::OnPaint notification will stop when the browser is hidden. This method is only used when window rendering is disabled.

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

public void WasHidden(
	bool hidden
)

Parameters

hidden
Type: OnlineSystem Boolean

[Missing <param name="hidden"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.WasHidden(System.Boolean)"]

See Also