MonthCalendar::TodayDateSet Property

 

Gets a value indicating whether the TodayDate property has been explicitly set.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property bool TodayDateSet {
	bool get();
}

Property Value

Type: System::Boolean

true if the value for the TodayDate property has been explicitly set; otherwise, false. The default is false.

.NET Framework
Available since 1.1
Return to top
Show: