Reputation: 1241
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.
Upvotes: 0
Views: 783
Reputation: 1967
Modify the SelectedDayStyle
property of your control.
An example can be found here
Upvotes: 1