[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.GetAppointmentAtPoint

GetAppointmentAtPoint Method

GetAppointmentAtPoint(Point)

Returns the C1.Schedule.Appointment object which is located in the Schedule at the given screen point.

Declaration
public Appointment GetAppointmentAtPoint(Point location)
Parameters
Type Name Description
Point location

The Point value in screen coordinates.

Returns
Type Description
Appointment

The C1.Schedule.Appointment value at given point if any; Null in other case.