Using Custom Images
The dbicMonth control contains support for displaying images as part of a day format. Images can be referenced from an ImageList control attached to the dbicMonth control or from the list of stock images in the dbicPIM.dll assembly. To use an image from an image list, reference the index value of the desired image, i.e.
objAppointment.Image1 = 3
To use a stock image from the dbiPim.dll assembly use a negative index value indicating the desired image, i.e.
objAppointment.Image1 = -3
The following list describes the available images and their corresponding index value.
