Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSelection Class / SingleSelect Method / SingleSelect(INNode) Method
node to single select


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

    Parameters

    node
    node to single 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