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);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace