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


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

    Parameters

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