
Improves how MaskedTextBox handles invalid input.
Features
- Updated edit box text copied to the clipboard to remain on the clipboard after app exit.
- Updated edit boxes that increment Double values to snap to the nearest decimal place indicated by the increment amount.
- Updated MaskedTextBox's regex patterns to support empty strings.
- Updated the default MonthCalendar.DayItemTemplate property value to support day number display for various calendars.
- Updated MonthCalendar logic to better handle display of various calendars.
- Improved how MaskedTextBox handles invalid input.
Fixes
- Fixed a bug where Enum-related controls weren't supporting localized string resources for DisplayAttribute values.
- Fixed a bug where EnumListBox didn't handle ulong-based flags enumerations properly.