Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NMoveTool Class
Members


In This Topic
    NMoveTool Class
    In This Topic
    The NMoveTool class represents a mouse tool, which is used to translate selected nodes inside drawing views or drag and drop them in another view
    Object Model
    NMoveTool Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NMoveTool 
       Inherits NDrawingDragTool
       Implements INKeyboardEventProcessor, INMouseEventProcessor, INStatusBarInfo, Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NMoveTool
    Remarks
    The NMoveTool can operate in three modes:
    • In this mode the move tool will only move selected document nodes
    • In this mode the move tool will only drag and drop selected document nodes to another view
    • In this mode the move tool will move the selected document nodes until the mouse leaves the window, then it will perform drag and drop
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.WinForm.NTool
          Nevron.Diagram.WinForm.NMouseAndKeyboardTool
             Nevron.Diagram.WinForm.NDragTool
                Nevron.Diagram.WinForm.NDrawingDragTool
                   Nevron.Diagram.WinForm.NMoveTool

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also