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

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

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace