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

Search and highlight for nodes having the text.

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,
	bool CaseSensitive,
	SearchType Search
)
public List<TreeNode> SearchLocate(
	String Text,
	boolean CaseSensitive,
	SearchType Search
)

Return Value

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