An
Event object points to a DATE and contains graphical information like: colors,
font attributes, images, tooltips, and so on. Use the Events property in order
to access the
Events collection
| |  | Name | Description | |
| | | BackColor | Retrieves or sets a value that indicates the event's background color. | |
| | | Bold | Retrieves or sets a value that indicates whether the event should appear in bold. | |
| | | Comment | Retrieves or sets a value that indicates the event's comment. | |
| | | CommentTitle | Retrieves or sets a value that indicates the event's comment title. | |
| | | Date | Gets the event's date. | |
| | | Disabled | Retrieves or sets a value that indicates whether the event is disabled or enabled. | |
| | | ForeColor | Retrieves or sets a value that indicates the event's foreground color. | |
| | | Image | Retrieves or sets the event's image. | |
| | | Italic | Retrieves or sets a value that indicates whether the event should appear in italic. | |
| | | Marker | Retrieves or sets a value that indicates whether the event's marker is visible or hidden. | |
| | | StrikeOut | Retrieves or sets a value that indicates whether the event should appear in strikeout. | |
| | | Underline | Retrieves or sets a value that indicates whether the event appears as underlined. | |
| | | UserData | Retrieves or sets the event's user associated extra data. | |