Click or drag to resize

ShellUtilitiesGetIconHandleFromSystemImageList Method

Gets an icon handle from the system image list.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetIconHandleFromSystemImageList(
	int index,
	SHIL shil,
	ILD flags = ILD.ILD_NORMAL
)

Parameters

index
Type: SystemInt32
The icon index.
shil
Type: callback.ShellBoost.Core.WindowsShellSHIL
The image list type.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellILD
A combination of flags that specify the drawing style.

Return Value

Type: IntPtr
An icon handle.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also