Get monthCanlender Selected date is bold
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hello all i want to check if the MonthCalender selected date is Bolded or not? how to do that? thanks in advance
Why you need to check if selected date is bold? I'm just curious to know it.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
hello all i want to check if the MonthCalender selected date is Bolded or not? how to do that? thanks in advance
The standard MonthCalendar control has a property called BoldedDates that contains an array of the bolded DateTime's. Here's a link with some more info: http://msdn.microsoft.com/en-us/library/system.windows.forms.monthcalendar.boldeddates.aspx[^] Hope that helps.