Contents Index Topic Contents | ||
Previous Topic: MCM_SETMAXSELCOUNT Next Topic: MCM_SETRANGE |
MCM_SETMONTHDELTA
MCM_SETMONTHDELTA wParam = (WPARAM)(INT) iDelta; lParam = 0;Sets the scroll rate for a month calendar control. The scroll rate is the number of months that the control moves its display when the user clicks a scroll button. You can send this message explicitly or by using the MonthCal_SetMonthDelta macro.
- Returns an INT value that represents the previous scroll rate. If the scroll rate was not previously set, the return value is zero.
- iDelta
- Value representing the number of months to be set as the control's scroll rate. If this value is zero, the month delta is reset to the default, which is the number of months displayed in the control.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.