Click or drag to resize

ShellMenuItemDispose Method (Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if the object is being disposed; otherwise false.
See Also