Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingPreviewManager Class / EndMovePreview Method
whether to commit the move effect
whether to duplicate the initial elements


In This Topic
    EndMovePreview Method (NDrawingPreviewManager)
    In This Topic
    Ends the move of the preview
    Syntax
    'Declaration
     
    
    Public Overridable Function EndMovePreview( _
       ByVal commit As System.Boolean, _
       ByVal duplicate As System.Boolean _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NDrawingPreviewManager
    Dim commit As System.Boolean
    Dim duplicate As System.Boolean
    Dim value As NNodeList
     
    value = instance.EndMovePreview(commit, duplicate)
    public virtual NNodeList EndMovePreview( 
       System.bool commit,
       System.bool duplicate
    )

    Parameters

    commit
    whether to commit the move effect
    duplicate
    whether to duplicate the initial elements
    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