Click or drag to resize

TreeView.GetNextSiblingItem Method (Usual)

X#
Return a tree view item's next sibling item.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetNextSiblingItem(
	oItem AS USUAL
) AS TreeViewItem
Request Example View Source

Parameters

oItem
Type: Usual
The TreeViewItem object representing the tree view item whose next sibling you want to obtain.

Return Value

Type: TreeViewItem
The next sibling tree view item of the specified item.
See Also