CUSTOM_DROP_HANDLER_FLAGS Enum

Definition

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

CDH_DEFAULT 0

Successful drop. Indicates that the drop can proceed, or already did so successfully.

CDH_INVALID_DEST 2

Indicates that the destination is unacceptable for a drop.

CDH_OVER_SELF 1

Indicates that the drop would be over the origin, and thus the position would not change.

Remarks

COM Signature

From textmgr.idl:

Applies to