www.Chart4.NET | Samples

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: 2.6.0.0 (2.6)

Syntax

C#
public List<TreeNode> SearchLocateAll()
Visual Basic (Declaration)
Public Function SearchLocateAll As List(Of TreeNode)
Visual Basic (Usage)
Dim instance As HierarchyTools
Dim returnValue As List(Of TreeNode)

returnValue = instance.SearchLocateAll()
Visual C++
public:
List<TreeNode^>^ SearchLocateAll()
J#
public List<TreeNode> SearchLocateAll()
JScript
public function SearchLocateAll() : List<TreeNode>
JavaScript
function 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