Click or drag to resize

SystemImageListDestroyIcon Method

Destroys the icon referenced by hIcon.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool DestroyIcon(
	IntPtr hIcon
)

Parameters

hIcon  IntPtr
The icon handle.

Return Value

Boolean
True if it succeeds, false if it fails.
See Also