Nevron.Examples.Framework.WinForm Namespace / NTreeSearchControl Class / SearchInTree Method


In This Topic
    SearchInTree Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SearchInTree( _
       ByVal root As System.Windows.Forms.TreeNode, _
       ByVal searchContext As NSearchContext, _
       ByVal arrResults As System.Collections.ArrayList _
    ) 
    'Usage
     
    
    Dim instance As NTreeSearchControl
    Dim root As System.Windows.Forms.TreeNode
    Dim searchContext As NSearchContext
    Dim arrResults As System.Collections.ArrayList
     
    instance.SearchInTree(root, searchContext, arrResults)
    protected virtual void SearchInTree( 
       System.Windows.Forms.TreeNode root,
       NSearchContext searchContext,
       System.Collections.ArrayList arrResults
    )

    Parameters

    root
    searchContext
    arrResults
    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