Click or drag to resize

ShellThumbnail Class

A class that ShellBoost uses to represent a Windows Shell thumbnail.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class ShellThumbnail

The ShellThumbnail type exposes the following members.

Constructors
  NameDescription
Public methodShellThumbnail
Initializes a new instance of the ShellThumbnail class.
Public methodShellThumbnail(String)
Initializes a new instance of the ShellThumbnail class.
Public methodShellThumbnail(String, Int32)
Initializes a new instance of the ShellThumbnail class.
Public methodShellThumbnail(String, String, Int32)
Initializes a new instance of the ShellThumbnail class.
Top
Properties
  NameDescription
Public propertyIconIndex
Gets or sets the icon index if it's positive, or the icon resource id, if it's negative.
Public propertyIconLocation
Gets or sets the icon path.
Public propertyIconOptions
Gets or sets the icon options.
Public propertyImageLocation
Gets or sets the image path.
Public propertyImageOptions
Gets or sets the image options.
Public propertyUseImageAsIcon
Gets or sets a value that indicate whether the image is used as an icon.
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.
Public methodGetAsImage
Gets as an image.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImageAsIcon
Gets the image as an icon.
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
Fields
  NameDescription
Public fieldStatic memberFolder
The standard thumbnail for a folder.
Top
See Also