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

ptPoint
Coordinates to check
Returns the index value of an existing appointment at a specific location.

Syntax

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

Parameters

ptPoint
Coordinates to check

Requirements

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

See Also