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