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

Indicates whether the month calendar control will the display 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);
[JScript]
public function get ShowWeekNumbers() : Boolean;
public function set ShowWeekNumbers(Boolean);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace