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

ptPoint
Coordinates to check
Returns the dbiAppointmentItem at a specific location.

Syntax

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

Parameters

ptPoint
Coordinates to check

Requirements

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

See Also