Click or drag to resize

IconInformationColorCount Property

Gets the color count (0, 2, 16 or 256) of the original icon. 0 means the icon is RGB.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int ColorCount { get; }

Property Value

Type: Int32
An integer.
See Also