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


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