Share via


DateTime_GetMonthCalColor

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This macro retrieves the color for a specified portion of the month calendar within a date and time picker (DTP) control.

Syntax

COLORREF DateTime_GetMonthCalColor( 
  HWND hwndDP, 
  int iColor
);

Parameters

  • hwndDP
    Handle to a DTP control.
  • iColor
    INT value that specifies which month calendar color to retrieve. It is one of the following values.

    Value Description

    MCSC_BACKGROUND

    Retrieves the background color displayed between months.

    MCSC_MONTHBK

    Retrieves the background color displayed within the month.

    MCSC_TEXT

    Retrieves the color used to display text within a month.

    MCSC_TITLEBK

    Retrieves the background color displayed in the calendar's title.

    MCSC_TITLETEXT

    Retrieves the color used to display text within the calendar's title.

    MCSC_TRAILINGTEXT

    Retrieves the color used to display header and trailing-day text. Header and trailing days are the days from the previous and following months that appear on the current calendar.

Return Value

Returns a COLORREF value that represents the color setting for the specified portion of the month calendar control if successful. Otherwise, the macro returns –1.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

DTM_GETMCCOLOR
COLORREF