NevronOpenVision
Nevron.Nov.UI Namespace / ENDragDropEffects Enumeration
In This Topic
    ENDragDropEffects Enumeration
    In This Topic
    Specifies the possible effects of a drag-and-drop operation.
    Syntax
    public enum ENDragDropEffects : System.Enum 
    Members
    MemberDescription
    AllAll effects are possible
    CopyThe data from the drag source is copied to the drop target.
    LinkThe data from the drag source is linked to the drop target.
    MoveThe data from the drag source is moved to the drop target.
    NoneThe drop target does not accept the data.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENDragDropEffects

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also