Wimark.Controls Class Library  

MonthCalendar.ShowToday Property

Gets or sets a value indicating whether the date represented by the TodayDate property is displayed 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);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

MonthCalendar Class | MonthCalendar Members | Wimark.Controls Namespace