property Event.Italic as Boolean
Retrieves or sets a value that indicates whether the event should appear in italic.

 TypeDescription 
   Boolean A boolean expression that indicates whether the event should appear in italic.  

The following sample shows how to apply Italic font attribute to "today" date:

Calendar1.Events.Add(Date).Italic = True

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