Click or drag to resize

BackgroundContextMenuDispose Method

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

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

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also