AppointmentStatusCollection.CreateNewStatus Method
| Name | Parameters | Description |
|---|---|---|
| CreateNewStatus(Object, String, String, Brush) | id, displayName, menuCaption, brush | Creates a new appointment status with the specified settings. |
| CreateNewStatus(Object, String, String) | id, displayName, menuCaption | Creates a status with the specified identifier, display name and menu caption. |
| CreateNewStatus(Object, String) | id, displayName | Creates a status with the specified identifier and display name. |
| CreateNewStatus(String) | displayName | Creates a status with the specified display name. |