Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NMoveTool Class / CanDuplicate Method


In This Topic
    CanDuplicate Method
    In This Topic
    Determines whether the move tool is currently capable of commiting a moved elements duplicate
    Syntax
    'Declaration
     
    
    Protected Function CanDuplicate() As System.Boolean
    'Usage
     
    
    Dim instance As NMoveTool
    Dim value As System.Boolean
     
    value = instance.CanDuplicate()
    protected System.bool CanDuplicate()
    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