Click or drag to resize

ILD Enumeration

A combination of flags that specify the drawing style. Maps to Windows' ILD enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum ILD
Members
  Member nameValueDescription
ILD_NORMAL0 Draws the image using the background color for the image list.
ILD_TRANSPARENT1 Draws the image transparently using the mask, regardless of the background color.
ILD_MASK16 Draws the mask.
ILD_IMAGE32 If the overlay does not require a mask to be drawn, set this flag.
ILD_ROP64 Draws the image using the raster operation code.
ILD_BLEND252 Draws the image, blending 25 percent with the blend color.
ILD_BLEND504 Draws the image, blending 50 percent with the blend color
ILD_OVERLAYMASK3840 Used to extract the overlay image.
ILD_PRESERVEALPHA4096 Preserves the alpha channel in the destination.
ILD_SCALE8192 Causes the image to be scaled to cx, cy instead of being clipped.
ILD_DPISCALE16384 Scales the image to the current dpi of the display.
ILD_ASYNC32768 Windows Vista and later. Draw the image if it is available in the cache. Do not extract it automatically.
ILD_SELECTED4 Same as ILD_BLEND50.
ILD_FOCUS2 Same as ILD_BLEND25.
ILD_BLEND4 Same as ILD_BLEND50.
See Also