Nevron.UI.WinForm.Controls Namespace / NTreeViewEx Class / SelectRange Method


In This Topic
    SelectRange Method (NTreeViewEx)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SelectRange( _
       ByVal node1 As NTreeNode, _
       ByVal node2 As NTreeNode _
    ) 
    'Usage
     
    
    Dim instance As NTreeViewEx
    Dim node1 As NTreeNode
    Dim node2 As NTreeNode
     
    instance.SelectRange(node1, node2)
    public void SelectRange( 
       NTreeNode node1,
       NTreeNode node2
    )

    Parameters

    node1
    node2
    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