I have a ComboBox
element in a windows form. It loads a default collection.
The user can enter any value manually. How can I prevent the user from entering alphabetical characters?
I want to allow only numeric input, or disable this option altogether.