Wimark.Controls Class Library  

DateTimePicker.ShowToday Property

Gets or sets a value indicating whether the date represented by the TodayDate property is displayed at the bottom of the drop down window.

[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

DateTimePicker Class | DateTimePicker Members | Wimark.Controls Namespace