Selects specified
C1.Schedule.Appointment object in the user interface.
シンタックス
'宣言
Public Sub SelectAppointment( _
ByVal As Appointment, _
ByVal As System.Boolean _
)
public void SelectAppointment(
Appointment ,
System.bool
)
パラメータ
- 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.
参照