TreeView.GetNextVisibleItem Method (Symbol) | |
Return a tree view item's next visible item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetNextVisibleItem(
symItem AS SYMBOL
) AS TreeViewItem
public virtual TreeViewItem GetNextVisibleItem(
Symbol symItem
)
Request Example
View SourceParameters
- symItem
- Type: Symbol
The symbolic name of the tree view item whose next visible item you want to obtain.
Return Value
Type:
TreeViewItem
The next visible tree view item of the specified item.
See Also