Contents Index Topic Contents | ||
Previous Topic: MCM_SETFIRSTDAYOFWEEK Next Topic: MCM_SETMONTHDELTA |
MCM_SETMAXSELCOUNT
MCM_SETMAXSELCOUNT wParam = (WPARAM)(INT) iMax; lParam = 0;Sets the maximum number of days that can be selected in a month calendar control. You can send this message explicitly or by using the MonthCal_SetMaxSelCount macro.
- Returns nonzero if successful, or zero otherwise. This message will fail if applied to a month calendar control that does not use the MCS_MULTISELECT style.
- iMax
- INT value that will be set to represent the maximum number of days that can be selected.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.