'Declaration <DescriptionAttribute("Indicates if the present date (DateTime.Now) should be highlighted.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(True)> Public Property HighlightToday As Boolean
'Usage Dim instance As WinCalendar Dim value As Boolean instance.HighlightToday = value value = instance.HighlightToday
[Description("Indicates if the present date (DateTime.Now) should be highlighted.")] [Category("Appearance")] [DefaultValue(true)] public bool HighlightToday {get; set;}