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);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace