CUSTOM_DROP_HANDLER_FLAGS Enumeration
Visual Studio 2015
Indicates drop status.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| CDH_DEFAULT | Successful drop. Indicates that the drop can proceed, or already did so successfully. | |
| CDH_INVALID_DEST | Indicates that the destination is unacceptable for a drop. | |
| CDH_OVER_SELF | Indicates that the drop would be over the origin, and thus the position would not change. |
From textmgr.idl:
Show: