Click or drag to resize

DROPIMAGETYPE Enumeration

Values used with the DROPDESCRIPTION structure to specify the drop image.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum DROPIMAGETYPE
Members
  Member nameValueDescription
DROPIMAGE_INVALID-1 No drop image preference; use the default image.
DROPIMAGE_NONE0 A red bisected circle such as that found on a "no smoking" sign.
DROPIMAGE_COPY1 A plus sign (+) that indicates a copy operation.
DROPIMAGE_MOVE2 An arrow that indicates a move operation.
DROPIMAGE_LINK4 An arrow that indicates a link.
DROPIMAGE_LABEL6 A tag icon that indicates that the metadata will be changed.
DROPIMAGE_WARNING7 A yellow exclamation mark that indicates that a problem has been encountered in the operation.
DROPIMAGE_NOIMAGE8 Windows 7 and later. Use no drop image.
See Also