Click or drag to resize

JamBaseShellListViewDispose Method

Releases the unmanaged resources used by the ListView and optionally releases the managed resources.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also