Scheduler for WinForms
GetAppointmentAtPoint メソッド (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > 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 メンバ