IAppointmentFlyoutData Properties
Contains data used in the Appointment Flyout.| Name | Description |
|---|---|
| Appearance | Provides access to an object used to specify how the appointment flyout is painted. |
| Appointment | Gets an appontment whose information the appointment flyout displays. |
| End | Gets or sets the End value displayed in the appointment flyout. |
| Location | Gets or sets the Location value displayed in the appointment flyout. |
| Reminder | Gets a reminder associated with an appontment whose information the appointment flyout displays. |
| ShowEndDate | Gets or sets whether to display the End value. |
| ShowLocation | Gets or sets whether to display the Location value. |
| ShowReminder | Gets or sets whether to display the Reminder value. |
| ShowStartDate | Gets or sets whether to display the Start value. |
| ShowStatus | Gets or sets whether to display the Status value. |
| ShowSubject | Gets or sets whether to display the Subject value. |
| Start | Gets or sets the Start value displayed in the appointment flyout. |
| Subject | Gets or sets the Subject value displayed in the appointment flyout. |
| SubjectAppearance | Provides access to an object used to specify how the subject area in the appointment flyout is painted. |
See Also