TreeView.GetNextVisibleItem Method (Usual) | |
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(
oItem AS USUAL
) AS TreeViewItem
public virtual TreeViewItem GetNextVisibleItem(
Usual oItem
)
Request Example
View SourceParameters
- oItem
- Type: Usual
The TreeViewItem object representing 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