TreeView.GetItemAtPosition Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItemAtPosition(
Usual oPoint = default
)
Request Example
View SourceParameters
- 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