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:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public IReadOnlyList<Bitmap> GetDefaultIconAsBitmaps()
Return Value
Type:
IReadOnlyListBitmapA list of bitmaps.
See Also