Contents Index Topic Contents | ||
Previous Topic: MonthCal_SetFirstDayOfWeek Next Topic: MonthCal_SetMonthDelta |
MonthCal_SetMaxSelCount
BOOL MonthCal_SetMaxSelCount( HWND hwndMC, UINT iMax );Sets the maximum number of days that can be selected in a month calendar control. You can use this macro or send the MCM_SETMAXSELCOUNT message explicitly.
- Returns nonzero if successful, or zero otherwise. This macro will fail if applied to a month calendar control that does not use the MCS_MULTISELECT style.
- hwndMC
- Handle to a month calendar control.
- 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.