IconUtilitiesLoadIconsForExtension Method (String) |
Loads all icons for a given file extension.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IReadOnlyList<Bitmap> LoadIconsForExtension(
string extension
)
Parameters
- extension
- Type: SystemString
The file extension.
Return Value
Type:
IReadOnlyListBitmapA list of icons, loaded as bitmaps.
See Also