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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAsIcon
Gets as an icon.
(Inherited from ShellThumbnail.)
Public methodGetAsImage
Gets as an image.
(Inherited from ShellThumbnail.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImageAsIcon
Gets the image as an icon.
(Inherited from ShellThumbnail.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also