property Schedule.Picture as IPictureDisp
Retrieves or sets a graphic to be displayed in the control.

TypeDescription
IPictureDisp A Picture object that's displayed on the control's background.
By default, the control has no picture associated. The control uses the PictureDisplay property to determine how the picture is displayed on the control's background. The BackColor property specifies a solid color to be shown on the control's background. The Background( exCalendarBackColor) property changes the calendar's panel back color if not-zero. You can use the EventsTransparent property to show the events in the control with a transparent color.

The following screen shot shows the control with a picture on its background (tiled):

The ExPictures collection holds a collection of icons, pictures that can be displayed using the Pictures and ExtraPictures properties of the Event object. The Images method loads icons to the control, HTMLPicture assigns a key to a picture object. The ExPictures collection can be accessed through the Pictures property of the control.

The control can display icons, pictures several ways as follows: