dbicDayView Send comments on this topic.
ContactAt(Point) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > ContactAt Method : ContactAt(Point) Method

ptPoint
Coordinates to check
Gets the contact index assigned to the column at a given point.

Syntax

Visual Basic (Declaration) 
Overloads Public Function ContactAt( _
   ByVal ptPoint As Point _
) As Integer
C# 
public int ContactAt( 
   Point ptPoint
)

Parameters

ptPoint
Coordinates to check

Requirements

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

See Also