AppointmentLabelCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add(AppointmentLabel) | value | Adds a new appointment label item with the specified settings to the collection. |
Add(Color, String) | color, displayName | Adds a new appointment label item with the specified settings to the collection. |
Add(Color, String, String) | color, displayName, menuCaption | Adds a new appointment label item with the specified settings to the collection. |
Add(Object, String, String, Color) | id, displayName, menuCaption, labelColor | Adds a new appointment label item with the specified settings to the collection. |
Add(String, String, Color) | displayName, menuCaption, labelColor | Adds a new appointment label item with the specified settings to the collection. |
Feedback