ComponentOne Scheduler for WinForms
GetAppointmentAtPoint Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : GetAppointmentAtPoint Method
The System.Drawing.Point value in screen coordinates.
Returns the C1.C1Schedule.Appointment object which is located in the Schedule at the given screen point.
Syntax
'Declaration
 
Public Function GetAppointmentAtPoint( _
   ByVal location As System.Drawing.Point _
) As Appointment
public Appointment GetAppointmentAtPoint( 
   System.Drawing.Point location
)

Parameters

location
The System.Drawing.Point value in screen coordinates.

Return Value

The C1.C1Schedule.Appointment value at given point if any; Null in other case.
See Also

Reference

C1Schedule Class
C1Schedule Members