dbicList Send comments on this topic.
ColumnAt(Point) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class > ColumnAt Method : ColumnAt(Point) Method

ptPoint
The Point (X and Y coordinate) to test for a dbiColumnItem
Gets the dbiColumnItem at a specified location

Syntax

Visual Basic (Declaration) 
Overloads Public Function ColumnAt( _
   ByVal ptPoint As Point _
) As dbiColumnItem
C# 
public dbiColumnItem ColumnAt( 
   Point ptPoint
)

Parameters

ptPoint
The Point (X and Y coordinate) to test for a dbiColumnItem

Requirements

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

See Also