Click or drag to resize

IOffScreenRenderProviderHide Method

Tells the browser to stop rendering its content as if it was hidden.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
void Hide()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also