DateTime_GetMonthCalColorDateTime_GetMonthCalColor*
*



Contents  *



Index  *Topic Contents
*Previous Topic: DateTime_GetMonthCal
*Next Topic: DateTime_GetMonthCalFont

DateTime_GetMonthCalColor


COLORREF DateTime_GetMonthCalColor(
    HWND hwndDP,
    int iColor);

Retrieves the color for a given portion of the month calendar within a date and time picker (DTP) control. You can use this macro or send the DTM_GETMCCOLOR message explicitly.

hwndDP
Handle to a DTP control.
iColor
INT value specifying which month calendar color to retrieve. This value can be one of the following:
MCSC_BACKGROUND Retrieve the background color displayed between months.
MCSC_MONTHBK Retrieve the background color displayed within the month.
MCSC_TEXT Retrieve the color used to display text within a month.
MCSC_TITLEBK Retrieve the background color displayed in the calendar's title.
MCSC_TITLETEXT Retrieve the color used to display text within the calendar's title.
MCSC_TRAILINGTEXT Retrieve the color used to display header day and trailing day text. Header and trailing days are the days from the previous and following months that appear on the current month calendar.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.