Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragTool Class
Members


In This Topic
    NDragTool Class
    In This Topic
    A tool, which serves as base class for all tools, which perform some drag operations.
    Object Model
    NDragTool Class
    Syntax
    Remarks
    Drag tool derivates are typically activated and deactivated on left mouse down and left mouse up events respectively The NDragTool class exposes the StartMouseButtonEvent and EndMouseButtonEvent properties, which help you control the drag tool start and end events (by default set to LeftButtonDown and LeftButtonUp respectively). The AbortKey property controls the key, which aborts the tool and is by default set to the Escape key.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.UI.NTool
                Nevron.Nov.UI.NDragTool
                   Nevron.Nov.Chart.Tools.NChartDragTool
                   Nevron.Nov.Diagram.DrawingTools.NDrawingDragTool
                   Nevron.Nov.Diagram.LibraryTools.NLibraryDragTool
                   Nevron.Nov.Grid.Tools.NGridViewDragTool
                   Nevron.Nov.Schedule.NScheduleDragTool
                   Nevron.Nov.UI.NViewportDragTool

    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