Click or drag to resize

TreeView.SearchString Property

X#
The incremental search string associated with the tree view.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY SearchString AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
The incremental search string associated with the tree view.
Remarks
The incremental search string associated with the tree view. The incremental search string is the character sequence that the user types while the tree view has the input focus. When the user types a character, the character is appended to the search string, and a matching item is sought. If the system finds a match, it selects the item. A timeout period is associated with the search string; if the timeout period elapses before the user types another character, the string is reset.
See Also