Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NClickSelectTool Class / DrillDownSelectMouseButtonEvent Property


In This Topic
    DrillDownSelectMouseButtonEvent Property
    In This Topic
    Gets or sets the mouse button event on which the tool performs drill down selection By default set to ENMouseButtonEvent.LeftButtonUp.
    Syntax
    'Declaration
     
    
    Public Property DrillDownSelectMouseButtonEvent As ENMouseButtonEvent
    'Usage
     
    
    Dim instance As NClickSelectTool
    Dim value As ENMouseButtonEvent
     
    instance.DrillDownSelectMouseButtonEvent = value
     
    value = instance.DrillDownSelectMouseButtonEvent
    public ENMouseButtonEvent DrillDownSelectMouseButtonEvent {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