Click or drag to resize

IconUtilitiesLoadIconsFromFileUsingShell Method

Loads all icons from a file.

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

Parameters

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

Return Value

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