Table of Contents

Enum ShellThumbnailFormatOption

Namespace
Microsoft.WindowsAPICodePack.Shell
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Represents the format options for the thumbnails and icons.

public enum ShellThumbnailFormatOption

Fields

Default = 0

The default behavior loads a thumbnail. An HBITMAP for the icon of the item is retrieved if there is no thumbnail for the current Shell Item.

IconOnly = 4

The IconOnly behavior returns only the icon, never the thumbnail.

ThumbnailOnly = 8

The ThumbnailOnly behavior returns only the thumbnails, never the icon. Note that not all items have thumbnails so ShellThumbnailFormatOption.ThumbnailOnly can fail in these cases.