Click or drag to resize

TreeView.GetPreviousSiblingItem Method

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

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetPreviousSiblingItem(
	symItem
) AS USUAL CLIPPER
Request Example View Source

Parameters

symItem (Optional)
Type: Usual
The symbolic name of the tree view item whose previous sibling item you want to obtain.

Return Value

Type: Usual
The previous sibling tree view item of the specified item.
See Also