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
  ShellBoost.Core.UtilitiesIconInformation

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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
See Also