Click or drag to resize

TreeView.GetItemAtPosition Method

X#
Return the tree view item at a particular position, if one exists.

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

Parameters

oPoint (Optional)
Type: Usual
The point at which to find a tree view item.

Return Value

Type: Usual
The tree view item at the specified point.
See Also