SelectAppointment Method (C1Schedule)
In This Topic
Selects specified
C1.Schedule.Appointment object in the user interface.
Syntax
'Declaration
Public Sub SelectAppointment( _
ByVal As Appointment, _
ByVal As System.Boolean _
)
public void SelectAppointment(
Appointment ,
System.bool
)
Parameters
- 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.
See Also