Contents Topics Index  <<  >>

ShowMonthImages property


Unit

WallCalendar

Applies to

TWallCalendar

Declaration

Property ShowMonthImages : boolean   ;

Description

The ShowMonthImages property determines whether or not the calendar uses the MonthImages array to display background bitmaps for each month.

If this property is set to true, and a bitmap has been assigned to the current calendar month in the MonthImages array, the bitmap image will appear in the background of the calendar area. If this property is set to false, the calendar area background will be drawn with the using the CellBackGroundColor property.

See also: CellBackGroundColor , MonthImages