Click or drag to resize

Win32ToolBarButtonDispose Method

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

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

Parameters

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