| JamBaseShellListViewDispose Method  | 
 
            Releases the unmanaged resources used by the 
ListView and optionally releases the managed resources.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxprotected override void Dispose(
	bool disposing
)
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
) override
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit Parameters
- disposing
- Type: SystemBoolean
 true to release both managed and unmanaged resources; false to release only unmanaged resources.
 See Also
See Also