Contents Index Topic Contents | ||
Previous Topic: MCM_GETFIRSTDAYOFWEEK Next Topic: MCM_GETMAXTODAYWIDTH |
MCM_GETMAXSELCOUNT
MCM_GETMAXSELCOUNT wParam = 0; lParam = 0;Retrieves the maximum date range that can be selected in a month calendar control. You can send this message explicitly or by using the MonthCal_GetMaxSelCount macro.
- Returns an INT value that represents the total number of days that can be selected for the control.
You can change the maximum date range that can be selected by using the MCM_SETMAXSELCOUNT message.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.