NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.ScrollChange

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. If this value is zero, the month delta is reset to the default, which is the number of months displayed in the control.

[Visual Basic]
Public Property ScrollChange As Integer
[C#]
public int ScrollChange {get; set;}
[C++]
public: __property int get_ScrollChange();
public: __property void set_ScrollChange(int);
[JScript]
public function get ScrollChange() : int;
public function set ScrollChange(int);

Property Value

the current scroll rate

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace