'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