I am working on a GUI using Windows Forms.
When the value entered in a TextBox does not fall into a specified range, it is treated as an invalid parameter and a red border should appear around the corresponding TextBox.
I have many such TextBoxes in the Form. Is there any straightforward way of doing this?