Click or drag to resize

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
C#
public IReadOnlyList<Bitmap> GetDefaultIconAsBitmaps()

Return Value

Type: IReadOnlyListBitmap
A list of bitmaps.
See Also