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

Search and highlight in chart for nodes having the text in title or description, in case-insensitive manner.

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

public List<TreeNode> SearchLocate(
	string Text
)
public List<TreeNode> SearchLocate(
	String Text
)

Return Value

List of System.Windows.Forms.TreeNode having the text.
See Also