'宣言 Public Function GetAppointmentAtPoint( _ ByVal location As System.Drawing.Point _ ) As Appointment
public Appointment GetAppointmentAtPoint( System.Drawing.Point location )
パラメータ
- location
- 画面座標内の System.Drawing.Point値。
戻り値の型
指定されたポイントに C1.C1Schedule.Appointmentがある場合はその値。ない場合は Null。