Contents Index Topic Contents | ||
Previous Topic: MonthCal_GetFirstDayOfWeek Next Topic: MonthCal_GetMaxTodayWidth |
MonthCal_GetMaxSelCount
DWORD MonthCal_GetMaxSelCount( HWND hwndMC );Retrieves the maximum date range that can be selected in a month calendar control. You can use this macro or send the MCM_GETMAXSELCOUNT message explicitly.
- Returns an INT value that represents the total number of days that can be selected for the control.
- hwndMC
- Handle to a month calendar 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.