'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.Schedule.Appointment value at given point if any; Null in other case.