Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENDragAction Enumeration


In This Topic
    ENDragAction Enumeration
    In This Topic
    Enumerates the drag actions that are taken in response to modifiers keys change, pressed mouse buttons change, or escape key press.
    Syntax
    'Declaration
     
    
    Public Enum ENDragAction 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDragAction
    public enum ENDragAction : System.Enum 
    Members
    MemberDescription
    CancelThe drag and drop operation is canceled. Drop is not performed.
    ContinueThe drag and drop operation continues.
    DropThe drag and drop operation performs Drop on the current DragAndDrop target.
    Inheritance Hierarchy

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

    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