TreeView.GetItemAtPosition Method (Typed) | |
Return the tree view item at a particular position, if one exists.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemAtPosition(
oPoint AS Point
) AS USUAL
public virtual Usual GetItemAtPosition(
Point oPoint
)
Request Example
View SourceParameters
- oPoint
- Type: Point
The point at which to find a tree view item.
Return Value
Type:
Usual
The tree view item at the specified point.
See Also