Click or drag to resize

ShellThumbnailContentType Enumeration

Values that represent possible content types of a ShellThumbnail.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public enum ContentType
Members
  Member nameValueDescription
ThumbnailOnly0Only loads a thumbnail. If not available loads nothing.
PreferThumbnail1If available a thumbnail is loaded, else a system icon.
PreferIcon2Even if there is a thumbnail, an icon is preferred.
Auto3Depending on the component size the ShellThumbnail will either contain a thumbnail or icon.
See Also