Indicates whether the month calendar control will display the "today" date at the bottom of the control.
[Visual Basic] Public Property ShowToday As Boolean [C#] public bool ShowToday {get; set;} [C++] public: __property bool get_ShowToday(); public: __property void set_ShowToday(bool); [JScript] public function get ShowToday() : Boolean; public function set ShowToday(Boolean);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace