Share via


MCM_GETMAXNONEWIDTH (Compact 2013)

3/28/2014

This message retrieves the maximum width of the None string in a month calendar control.

Syntax

MCM_GETMAXNONEWIDTH wParam = void; 
    lParam = LPDWORD;

Parameters

  • wParam
    Not used.
  • lParam
    Reflects the width of the None string to allow applications to determine how large to make the calendar.

Return Value

Returns the width of the None string.

Remarks

None.

Requirements

Header

commctrl.h

See Also

Reference

Month Calendar Controls Messages