dbicList Send comments on this topic.
ItemAt(Point) Method
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class > ItemAt Method : ItemAt(Point) Method

ptMouse
Cursor position to use.
This function will receive a cursor location, and return the dbiNodeItem located at that position

Syntax

Visual Basic (Declaration) 
Overloads Public Function ItemAt( _
   ByVal ptMouse As Point _
) As dbiNodeItem
C# 
public dbiNodeItem ItemAt( 
   Point ptMouse
)

Parameters

ptMouse
Cursor position to use.

Return Value

dbiNodeItem

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also