Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragTool Class / EndMouseButtonEvent Property


In This Topic
    EndMouseButtonEvent Property
    In This Topic
    Gets or sets the mouse button event that deactivates this drag tool. By default set to LeftButtonDown.
    Syntax
    'Declaration
     
    
    Public Property EndMouseButtonEvent As ENMouseButtonEvent
    'Usage
     
    
    Dim instance As NDragTool
    Dim value As ENMouseButtonEvent
     
    instance.EndMouseButtonEvent = value
     
    value = instance.EndMouseButtonEvent
    public ENMouseButtonEvent EndMouseButtonEvent {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