AppointmentLabel Constructors
An appointment’s category label.Name | Parameters | Description |
---|---|---|
AppointmentLabel() | none | Initializes a new instance of the AppointmentLabel class with default settings. |
AppointmentLabel(String, String) | displayName, menuCaption | Obsolete. Initializes a new instance of the AppointmentLabel class with the specified settings. |
AppointmentLabel(String) | displayName | Obsolete. Initializes a new instance of the AppointmentLabel class with the specified settings. |
AppointmentLabel(Color, String, String) | color, displayName, menuCaption | Obsolete. Initializes a new instance of the AppointmentLabel class with the specified settings. |
AppointmentLabel(Color, String) | color, displayName | Obsolete. Initializes a new instance of the AppointmentLabel class with the specified settings. |
See Also