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


In This Topic
    ENQueryDragActionReason Enumeration
    In This Topic
    Enumerates the reasons for which a drag and drop operation may call the drag and drop source QueryDragAction method.
    Syntax
    'Declaration
     
    
    Public Enum ENQueryDragActionReason 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENQueryDragActionReason
    public enum ENQueryDragActionReason : System.Enum 
    Members
    MemberDescription
    EscapePressedThe escape key was pressed.
    LeftMouseButtonDownThe left mouse button was pressed
    LeftMouseButtonUpThe left mouse button was released
    MiddleMouseButtonDownThe middle mouse button was pressed
    MiddleMouseButtonUpThe middle mouse button was released
    ModifiersChangedThe state of the modifiers keys has changed (e.g. CONTROL, SHIFT or ALT was pressed or released).
    MouseMoveThe mouse has moved
    RightMouseButtonDownThe right mouse button was pressed
    RightMouseButtonUpThe right mouse button was released
    X1MouseButtonDownThe X1 mouse button was pressed
    X1MouseButtonUpThe X1 mouse button was released
    X2MouseButtonDownThe X2 mouse button was pressed
    X2MouseButtonUpThe X2 mouse button was released
    Inheritance Hierarchy

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

    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