Hello...
I want to change the TextBox border color if certain event is true.
For example, in a GroupBox, there is a TextBox and a Button.
If the TextBox is empty, and I click the button,
I want the TextBox border color to change to red.
If the TextBox is not empty, I want the border color to remain unchanged.
How do I change the TextBox border color on a certain event?