Scheduler for WinForms
GetAppointmentAtPoint メソッド (C1Schedule)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.Win.C1Schedule 名前空間 > C1Schedule クラス : GetAppointmentAtPoint メソッド
画面座標内の System.Drawing.Point値。
画面上の特定のポイントにあるスケジュールに配置されている C1.C1Schedule.Appointmentオブジェクトを返します。
シンタックス
'宣言
 
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。
参照

C1Schedule クラス
C1Schedule メンバ