Click or drag to resize

ItemGetIconAsIcon Method

Gets the item's icon as a GDI icon. You *must* call ShellUtilities.DestroyIcon on the returned icon handle once you have finished to use it.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Icon GetIconAsIcon(
	SHIL shil
)

Parameters

shil
Type: callback.ShellBoost.Core.WindowsShellSHIL
The Shell's system image list type.

Return Value

Type: Icon
An Icon instance or null.
See Also