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

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);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace