Click or drag to resize

ItemGetIconAsImageSource Method

Gets the item's icon as image source.

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

Parameters

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

Return Value

Type: ImageSource
An ImageSource instance or null.
See Also