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

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);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace