Indicates whether the month calendar control will circle the "today" date.
[Visual Basic] Public Property ShowTodayCircle As Boolean [C#] public bool ShowTodayCircle {get; set;} [C++] public: __property bool get_ShowTodayCircle(); public: __property void set_ShowTodayCircle(bool); [JScript] public function get ShowTodayCircle() : Boolean; public function set ShowTodayCircle(Boolean);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace