Skip to main content
A newer version of this page is available. .

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 new instance of the AppointmentLabel class with the specified settings.
AppointmentLabel(String) displayName Obsolete. Initializes new instance of the AppointmentLabel class with the specified settings.
AppointmentLabel(Color, String, String) color, displayName, menuCaption Obsolete. Initializes new instance of the AppointmentLabel class with the specified settings.
AppointmentLabel(Color, String) color, displayName Obsolete. Initializes new instance of the AppointmentLabel class with the specified settings.
See Also