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.MaxSelectionCount

The maximum number of days that can be selected in a month calendar control. This method does not affect the current selection range.

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

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace