MCM_GETCOLOR (Compact 2013)

3/28/2014

This message retrieves the color for a specified portion of a month calendar control.

Syntax

MCM_GETCOLOR wParam = (WPARAM)(INT)iColor; 
    lParam = 0;

Parameters

  • iColor
    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.

  • lParam
    Not used.

Return Value

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

Remarks

Related macro: MonthCal_GetColor

Requirements

Header

commctrl.h

See Also

Reference

Month Calendar Controls Messages