Custom Images
The dbicDayView control contains support for displaying images as part of an appointment or day format. Images can be referenced from an ImageList control attached to the dbicDayView 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.
<VB.NET>
objAppointment.Image1 = 3
To use a stock image from the dbicPim.dll assembly use a negative index value indicating the desired image, i.e.
<VB.NET> / C#
objAppointment.Image1 = -3
The following list describes the available images and their corresponding index value.
