Add(AppointmentLabel)
|
value
|
Appends the specified AppointmentLabel object to the collection of appointment labels.
|
Add(SchedulerColorId, String, String)
|
colorId, displayName, menuCaption
|
Creates a new label with the specified color identifier and displayed name, and appends it to the collection of appointment labels.
|
Add(Color, String, String)
|
color, displayName, menuCaption
|
Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
|
Add(Color, String)
|
color, displayName
|
Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
|
Add(Object, String, String, Color)
|
id, displayName, menuCaption, labelColor
|
Creates a new label with the specified settings and adds it to the collection of appointment labels.
|