CUSTOM_DROP_HANDLER_FLAGS 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.
Indicates drop status.
This enumeration supports a bitwise combination of its member values.
public enum class CUSTOM_DROP_HANDLER_FLAGS
public enum class CUSTOM_DROP_HANDLER_FLAGS
enum CUSTOM_DROP_HANDLER_FLAGS
[System.Flags]
public enum CUSTOM_DROP_HANDLER_FLAGS
[<System.Flags>]
type CUSTOM_DROP_HANDLER_FLAGS =
Public Enum CUSTOM_DROP_HANDLER_FLAGS
- Inheritance
-
CUSTOM_DROP_HANDLER_FLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
CDH_DEFAULT | 0 | Successful drop. Indicates that the drop can proceed, or already did so successfully. |
CDH_OVER_SELF | 1 | Indicates that the drop would be over the origin, and thus the position would not change. |
CDH_INVALID_DEST | 2 | Indicates that the destination is unacceptable for a drop. |
Remarks
COM Signature
From textmgr.idl: