Scheduler for WinForms
SelectAppointment メソッド (C1Schedule)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule 名前空間 > C1Schedule クラス : SelectAppointment メソッド
The C1.Schedule.Appointment object to select.
The System.Boolean value specifying the kind of selection to be made. If true, specified C1.Schedule.Appointment object will be added to the current selection. If false, current selection will be changed by the specified C1.Schedule.Appointment object.
Selects specified C1.Schedule.Appointment object in the user interface.
シンタックス
'宣言
 
Public Sub SelectAppointment( _
   ByVal appointment As Appointment, _
   ByVal extendSelection As System.Boolean _
) 
public void SelectAppointment( 
   Appointment appointment,
   System.bool extendSelection
)

パラメータ

appointment
The C1.Schedule.Appointment object to select.
extendSelection
The System.Boolean value specifying the kind of selection to be made. If true, specified C1.Schedule.Appointment object will be added to the current selection. If false, current selection will be changed by the specified C1.Schedule.Appointment object.
解説
This method doesn't change or scroll current view. Use GoToDate method to bring desired C1.Schedule.Appointment object into view: GoToDate(appointment.Start);
参照

C1Schedule クラス
C1Schedule メンバ