| ChromiumHostControlBaseDispose Method (Boolean) | 
Version 118.6.80 Releases the unmanaged resources used by the 
Control and its child controls and optionally releases the managed resources.
 
    Namespace: 
   CefSharp.WinForms.Host
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected override void Dispose(
	bool disposing
)
protected:
virtual void Dispose(
	bool disposing
) override
Parameters
- disposing
- Type: SystemBoolean
 true to release both managed and unmanaged resources; false to release only unmanaged resources.
 See Also
See Also