Search code examples
c#.net-2.0

Color Change in Bolded Text for Calender control


I'm developing an app using Month calendar control of C#.net .

I am wondering how I can change the fore color of selected/bolded text in the calendar Month.


Solution

  • Modify the SelectedDayStyle property of your control.

    An example can be found here