Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / Deselect Method / Deselect(NNodeList) Method
nodes to deselect


In This Topic
    Deselect(NNodeList) Method
    In This Topic
    Deselects the specified nodes
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Deselect( _
       ByVal nodes As NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NSelection
    Dim nodes As NNodeList
     
    instance.Deselect(nodes)
    public virtual void Deselect( 
       NNodeList nodes
    )

    Parameters

    nodes
    nodes to deselect
    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