Click or drag to resize

TreeView.GetNextVisibleItem Method (Symbol)

X#
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
Request Example View Source

Parameters

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