IBrowserHostWasHidden Method |
Version 130.1.90
Notify the browser that it has been hidden or shown.
Layouting and rendering notification will stop when the browser is hidden.
This method is only used when window rendering is disabled (WPF/OffScreen).
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void WasHidden(
bool hidden
)
void WasHidden(
bool hidden
)
Parameters
- hidden Boolean
- if true the browser will be notified that it was hidden.
See Also