Skip to main content

AppointmentLabel Constructors

Specifies an appointment's identification label.
Name Parameters Description
AppointmentLabel() none Initializes a new instance of the AppointmentLabel class with default settings.
AppointmentLabel(String) displayName Initializes a new instance of the AppointmentLabel class with the specified display name.
AppointmentLabel(String, String) displayName, menuCaption Initializes a new instance of the AppointmentLabel class with the specified display name and menu caption.
AppointmentLabel(Color, String) color, displayName Initializes a new instance of the AppointmentLabel class with the specified color and display name.
AppointmentLabel(Color, String, String) color, displayName, menuCaption Initializes a new instance of the AppointmentLabel class with the specified color, display name, and menu caption.
See Also