Wimark.Controls Class Library  

MonthCalendar.ShowWeekNumbers Property

Gets or sets a value indicating whether the month calendar control displays week numbers (1-52) to the left of each row of days.

[Visual Basic]
Public Property ShowWeekNumbers As Boolean 
[C#]
public bool ShowWeekNumbers {get; set;}
[C++]
public: __property bool get_ShowWeekNumbers();
public: __property void set_ShowWeekNumbers(bool);

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