ShowTodayMark Property (DropDownCalendar)
Gets or sets a value that indicates whether to show the today mark.
public bool ShowTodayMark {get; set;}
'Declaration
Public Property ShowTodayMark As Boolean
'Usage
Dim instance As DropDownCalendar
Dim value As Boolean
instance.ShowTodayMark = value
value = instance.ShowTodayMark
Property Value
A
bool value that indicates whether to show the today mark.The default is
true.