HierarchyTools SearchLocateAll Method Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Highlight previous item in the searched list of organization chart nodes; searched using SearchLocate().

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public List<TreeNode> SearchLocateAll()
public List<TreeNode> SearchLocateAll()

Return Value

List of System.Windows.Forms.TreeNode corresponding to the currently highlighted items.
Remarks

Call SearchLocate(String) to search the items, before a call to this method.
See Also