Click or drag to resize

TreeView.GetFirstChildItem Method (Usual)

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(
	uItem AS USUAL
) AS TreeViewItem
Request Example View Source

Parameters

uItem
Type: Usual
The treeview item or the name of the treeview item from which to start the search.

Return Value

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