Click or drag to resize

IconUtilitiesLoadIcons Method

Lods all the icons from an icon file path. Supports .ICO and .DLL files.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<Bitmap> LoadIcons(
	string iconFilePath,
	int? byIndexOrResourceId = null
)

Parameters

iconFilePath
Type: SystemString
The icon file path.
byIndexOrResourceId (Optional)
Type: SystemNullableInt32
An optional index or resource id parameter.

Return Value

Type: IReadOnlyListBitmap
A list of icons, loaded as bitmaps.
See Also