TodayImage Property (DropDownCalendar)
Gets or sets the image that is used to represent today.
public Image TodayImage {get; set;}
'Declaration
Public Property TodayImage As Image
'Usage
Dim instance As DropDownCalendar
Dim value As Image
instance.TodayImage = value
value = instance.TodayImage
Property Value
A
System.Drawing.Image that is shown on the today legend and today cell.