Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NMoveTool Class / NMoveTool Constructor / NMoveTool Constructor(MoveToolMode,Boolean)
move tool mode
indicates whether Duplication is allowed


In This Topic
    NMoveTool Constructor(MoveToolMode,Boolean)
    In This Topic
    Initializer contructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mode As MoveToolMode, _
       ByVal allowDuplication As System.Boolean _
    )
    'Usage
     
    
    Dim mode As MoveToolMode
    Dim allowDuplication As System.Boolean
     
    Dim instance As New NMoveTool(mode, allowDuplication)
    public NMoveTool( 
       MoveToolMode mode,
       System.bool allowDuplication
    )

    Parameters

    mode
    move tool mode
    allowDuplication
    indicates whether Duplication is allowed
    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