Click or drag to resize

TreeView.GetPreviousVisibleItem Method

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

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

Parameters

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

Return Value

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