Wimark.Controls Class Library  

MonthCalendar.SelectionRange Property

Gets or sets the selected range of dates 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*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

MonthCalendar Class | MonthCalendar Members | Wimark.Controls Namespace