There's some way to make monthcalendar control in C# (Windows forms) not editable for the user?
I'm looking for some code like:
myMonthcalendar.ReadOnly = true;
There's some way to make monthcalendar control in C# (Windows forms) not editable for the user?
I'm looking for some code like:
myMonthcalendar.ReadOnly = true;
Copyright © 2021 Jogjafile Inc.
You could use
Enabled: