Retrieves the selection range for a month calendar control.
[Visual Basic] Public Property SelectionRange As SelectionRange [C#] public SelectionRange SelectionRange {get; set;} [C++] public: __property SelectionRange* get_SelectionRange(); public: __property void set_SelectionRange(SelectionRange*); [JScript] public function get SelectionRange() : SelectionRange; public function set SelectionRange(SelectionRange);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace