WinForms › Date Picker › DateInfo
DateInfo
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.DateTimeControls
The class that holds the data about the date over which the mouse pointer is currently positioned over.
public sealed class DateInfo
Remarks
An instance of this class is passed (by value) in the event handler delegate MouseOverADateHandler
Members at a glance
IsTheDateActive | Gets whether the date is an active date in the drop down calander. |
TheDateMousePointerIsOver | Gets the date, over which the mouse pointer is positioned currently. |
Properties
IsTheDateActive
public bool IsTheDateActive
Gets whether the date is an active date in the drop down calander.
An inactive date is a date which does not belong to the currently displayed calander month.
TheDateMousePointerIsOver
public DateTime TheDateMousePointerIsOver
Gets the date, over which the mouse pointer is positioned currently.