Click or drag to resize

IconInformation Class

Defines a class that contains icon additional information. It's assigned to a Bitmap.Tag property by the IconUtilities methods.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesIconInformation

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

The IconInformation type exposes the following members.

Properties
  NameDescription
Public propertyColorCount
Gets the color count (0, 2, 16 or 256) of the original icon. 0 means the icon is RGB.
Public propertyGroupId
Gets the icon group identifier.
Public propertyGroupIndex
Gets the icon group index.
Public propertyId
Gets the icon identifier.
Public propertyIndex
Gets the icon index.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also