Share via


MCM_GETMAXTODAYWIDTH (Compact 2013)

3/28/2014

This message retrieves the maximum width of the Today string in a month calendar control. This includes the label text and the date text.

Syntax

MCM_GETMAXTODAYWIDTH wParam = 0; 
    lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Value

Returns the width of the Today string, in pixels.

Remarks

Related macro MonthCal_GetMaxTodayWidth

Requirements

Header

commctrl.h

See Also

Reference

Month Calendar Controls Messages