IconUtilitiesLoadIcons Method |
Lods all the icons from an icon file path. Supports .ICO and .DLL files.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
IReadOnlyListBitmapA list of icons, loaded as bitmaps.
See Also