AppointmentLabelCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add(AppointmentLabel) | value | Creates a new label with the specified settings and adds 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. |
Add(Color, String) | color, displayName | Creates a new label with the specified settings and adds it to the collection of appointment labels. |
Add(Color, String, String) | color, displayName, menuCaption | Creates a new label with the specified settings and adds it to the collection of appointment labels. |