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

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

Syntax

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

Parameters

ptPoint
Coordinates to check

Requirements

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

See Also