Click or drag to resize

IconShellThumbnail Class

A class that ShellBoost uses to represent a Windows Shell thumbnail, based on a Winforms Icon reference.
Inheritance Hierarchy

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class IconShellThumbnail : ShellThumbnail

The IconShellThumbnail type exposes the following members.

Constructors
  NameDescription
Public methodIconShellThumbnail
Initializes a new instance of the IconShellThumbnail class. The icon will be saved to a physical file path.
Top
Properties
  NameDescription
Public propertyIconIndex
Gets or sets the icon index.
(Overrides ShellThumbnailIconIndex.)
Public propertyIconLocation
Gets or sets the icon path.
(Overrides ShellThumbnailIconLocation.)
Public propertyIconOptions
Gets or sets the icon options.
(Inherited from ShellThumbnail.)
Public propertyImageLocation
Gets or sets the image path.
(Inherited from ShellThumbnail.)
Public propertyImageOptions
Gets or sets the image options.
(Inherited from ShellThumbnail.)
Public propertyStatic memberLocalAppPath
Gets the local application path, used for storing cached icon files.
Public propertyUseImageAsIcon
Gets or sets a value that indicate whether the image is used as an icon.
(Inherited from ShellThumbnail.)
Top
Methods
  NameDescription
Public methodGetAsIcon
Gets as an icon.
(Inherited from ShellThumbnail.)
Public methodGetAsImage
Gets as an image.
(Inherited from ShellThumbnail.)
Public methodGetImageAsIcon
Gets the image as an icon.
(Inherited from ShellThumbnail.)
Top
See Also