Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragDropSource Class / DropOnMouseButtonsDown Property


In This Topic
    DropOnMouseButtonsDown Property
    In This Topic
    Specifies the mouse buttons, that trigger Drop when pressed. By default set to All.
    Syntax
    'Declaration
     
    
    Public Property DropOnMouseButtonsDown As ENMouseButtons
    'Usage
     
    
    Dim instance As NDragDropSource
    Dim value As ENMouseButtons
     
    instance.DropOnMouseButtonsDown = value
     
    value = instance.DropOnMouseButtonsDown
    public ENMouseButtons DropOnMouseButtonsDown {get; set;}
    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