property CalendarCombo.Events as Events
Retrieves the control date events collection.

 TypeDescription 
   Events An Events collection that contains Event objects. Each Event defines a DATE and its graphical information like: foreground color, background color, font attributes, tooltips, images and so.  

Use the Events property to access the Event objects. The following sample applies a bold effect to "yesterday" date:

CalendarCombo1.Events.Add(Date - 1).Bold = True

 


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.