Click or drag to resize

TreeView.GetFirstChildItem Method

X#
Return the first child tree view item.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetFirstChildItem(
	symItem
) AS USUAL CLIPPER
Request Example View Source

Parameters

symItem (Optional)
Type: Usual
The symbolic name of the tree view item from which to start the search. If omitted, the search starts from the root item. Or the TreeViewItem object representing the tree view item from which to start the search.

Return Value

Type: Usual
The first tree view item from the starting item.
See Also