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

nX
The X-coordinate to use.
nY
The Y-coordinate 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 nX As Integer, _
   ByVal nY As Integer _
) As dbiNodeItem
C# 
public dbiNodeItem ItemAt( 
   int nX,
   int nY
)

Parameters

nX
The X-coordinate to use.
nY
The Y-coordinate to use.

Return Value

dbiNodeItem

Requirements

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

See Also