TreeView.GetFirstChildItem Method (Usual) | |
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
public virtual TreeViewItem GetFirstChildItem(
Usual uItem
)
Request Example
View SourceParameters
- 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