ComServerGetDefaultIconAsBitmaps Method |
Gets the item's default icon as a list of bitmaps.
The returned Bitmaps are allocated and must be disposed when not used.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IReadOnlyList<Bitmap> GetDefaultIconAsBitmaps()
Return Value
Type:
IReadOnlyListBitmapA list of bitmaps.
See Also