zMonthCal Class Reference

DERIVED CLASS FOR MONTHCAL CONTROLS. More...

#include <Zclass.h>

Inheritance diagram for zMonthCal:
zWindow

List of all members.

Public Member Functions

void BackColor (COLORREF clr)
void DayState (void)
void ForeColor (COLORREF clr)
void TitleBkColor (COLORREF clr)
void TitleTextColor (COLORREF clr)
void TrailingTextColor (COLORREF clr)

Detailed Description

DERIVED CLASS FOR MONTHCAL CONTROLS.

% A month calendar control implements a calendar-like user interface. This provides the user with a very intuitive and recognizable method of entering or selecting a date. The control also provides the application with the means to obtain and set the date information in the control using existing data types. Scrolling the control's display: By default, when a user clicks the arrow buttons in the top left or top right of the month calendar control, the control updates its display to show the previous or next month. If the month calendar control is displaying more than one month at a time, the display changes by the number of months currently in view. That is, if the month calendar displays January, February, and March and the user clicks the top right arrow button, the control updates its display to show April, May, and June. The user can also perform the same action by clicking the partial months displayed before the first month and after the last month. The following keyboard commands can also be used to change the current month.


Member Function Documentation

void zMonthCal::BackColor ( COLORREF  clr  )  [inline]

Sets the background color displayed within the month.

Reimplemented from zWindow.

void zMonthCal::DayState ( void   )  [inline]

Sets the day states for all months that are currently visible within a month calendar.

void zMonthCal::ForeColor ( COLORREF  clr  )  [inline]

Sets the color used to display text within a month.

Reimplemented from zWindow.

void zMonthCal::TitleBkColor ( COLORREF  clr  )  [inline]

Sets the background color displayed in the title.

void zMonthCal::TitleTextColor ( COLORREF  clr  )  [inline]

Sets the color used to display text within the title.

void zMonthCal::TrailingTextColor ( COLORREF  clr  )  [inline]

Sets the color used to display header day and trailing day text. Header and trailing days are the days from the previous and following months.


The documentation for this class was generated from the following file:

Generated on Sun Nov 29 07:22:17 2009 for Rad.on++ by  doxygen 1.6.1