Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / GetAppointmentAtPoint Method
The System.Drawing.Point value in screen coordinates.

In This Topic
    GetAppointmentAtPoint Method (C1Schedule)
    In This Topic
    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