www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Call SearchLocate(String) to locate the first item, before a call to this method.
Highlight previous item in the searched list of organization chart nodes; searched using SearchLocate().
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public TreeNode SearchLocatePrevious()
Return Value
The System.Windows.Forms.TreeNode corresponding to the current item.Remarks
See Also