Click or drag to resize

TreeView.GetPreviousVisibleItem Method (Symbol)

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

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

Parameters

symItem
Type: Symbol
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