Skip to main content

AppointmentLabel Constructors

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