Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / MoveToolMode Enumeration


In This Topic
    MoveToolMode Enumeration
    In This Topic
    Defines the modes in which the move tool can operate
    Syntax
    'Declaration
     
    
    Public Enum MoveToolMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MoveToolMode
    public enum MoveToolMode : System.Enum 
    Members
    MemberDescription
    DragDropSelected nodes are only drag dropped if the mouse leaves the view bounds
    MoveSelected nodes are only moved inside the view
    MoveAndDragDropSelected nodes are moved if the mouse is inside the view bounds and drag dropped if the mouse leaves them.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.WinForm.MoveToolMode

    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