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

AppointmentLabel Constructors

Represents an appointment’s identification label.
Name Parameters Description
AppointmentLabel() none Initializes a new instance of the AppointmentLabel class with the default 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.
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.
See Also