CUSTOM_DROP_HANDLER_FLAGS Enumeration

 

Indicates drop status.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[FlagsAttribute]
public enum CUSTOM_DROP_HANDLER_FLAGS

Member nameDescription
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:

Return to top
Show: