Click or drag to resize

TreeView.GetFirstChildItem Method (Symbol)

X#
Return the first child tree view item.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetFirstChildItem(
	symItem AS SYMBOL
) AS TreeViewItem
Request Example View Source

Parameters

symItem
Type: Symbol
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: TreeViewItem
The first tree view item from the starting item.
See Also