DropImageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the drop description image type.
public enum class DropImageType
public enum DropImageType
type DropImageType =
Public Enum DropImageType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | No drop image preference; use the default image. |
None | 0 | A red bisected circle such as that found on a "no smoking" sign. |
Copy | 1 | A plus sign (+) that indicates a copy operation. |
Move | 2 | An arrow that indicates a move operation. |
Link | 4 | An arrow that indicates a link. |
Label | 6 | A tag icon that indicates that the metadata will be changed. |
Warning | 7 | A yellow exclamation mark that indicates that a problem has been encountered in the operation. |
NoImage | 8 | Windows 7 and later. Use no drop image. |