Basic Library for WinRT
FindItem(String) Method

The text to search for
Returns the first item that matches exactly with the text used as search parameter
Syntax
'Declaration
 
Public Function FindItem( _
   ByVal text As System.String _
) As C1TreeViewItem
public C1TreeViewItem FindItem( 
   System.string text
)

Parameters

text
The text to search for

Return Value

The item that matched the search parameter, null otherwise
See Also

Reference

C1TreeView Class
C1TreeView Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback