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;
You could use
Enabled
: