Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateElementByTwoPointsTool Class / Deactivate Method


In This Topic
    Deactivate Method (NCreateElementByTwoPointsTool)
    In This Topic
    Deactivates the tool
    Syntax
    'Declaration
     
    
    Public Overrides Sub Deactivate() 
    'Usage
     
    
    Dim instance As NCreateElementByTwoPointsTool
     
    instance.Deactivate()
    public override void Deactivate()
    Remarks
    Overriden to destroy the preview and create the real node in the document active layer. The newly created node will be single selected.
    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