Click or drag to resize

SystemImageListDestroyIcon Method

Destroys the icon referenced by hIcon.

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

Parameters

hIcon
Type: SystemIntPtr
The icon handle.

Return Value

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