AppointmentViewInfo Properties
Provides information on the visual representation of the appointment.| Name | Description |
|---|---|
| Appearance | Provides access to an object used to specify the appointment appearance. |
| Appointment | Provides access to an appointment for which the visual representation has been built. |
| AppointmentInterval | Gets the time interval which the current appointment occupies. |
| BackColor | Obsolete. Gets or sets the appointment coloring. Use the Appearance.BackColor instead. |
| Description | Gets the appointment description. |
| DisableDrop | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| DisplayText | Gets the text of the appointment subject. |
| HitTestType | Gets a value identifying the type of the visual element located under the test point. |
| InnerBounds | Gets or sets the rectangle representing the appointment body. |
| Options | Provides access to several options for the visual representation of an appointment. |
| Selected | Gets or sets whether the appointment is shown as selected. |
| ShowBell | Gets or sets whether to display a bell icon indicating an associated reminder. |
| ShowEndTime | Gets or sets a value specifying whether the end time of the current appointment is displayed. |
| ShowRecurrence | Gets or sets whether the recurrence symbol should be displayed for the recurring appointment. |
| ShowStartTime | Gets or sets a value specifying whether the start time of the current appointment is displayed. |
| ShowTimeAsClock | Gets or sets whether the start and end time are displayed as clock symbols. |
| Status | Gets or sets the visual status of the appointment for display. |
| StatusDisplayType | Gets or sets whether the border of an appointment should be colorized according to the status and appointment duration. |
| StatusItems | This member supports the internal infrastructure and is not intended to be used directly from your code. |
See Also