TreeView.GetFirstChildItem Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetFirstChildItem(
Usual symItem = default
)
Request Example
View SourceParameters
- 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