www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Search and highlight for nodes having the text.
Namespace: UnifoChart.HierarchyAssembly: 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 )
Parameters
- Text
- Type: System String
The text to search.
- CaseSensitive
- Type: System Boolean
if set true, [case sensitive].
- Search
- Type: UnifoChart.Hierarchy SearchType
The search type.
Return Value
List of System.Windows.Forms.TreeNode having the text.See Also