I am making one application where I highlight currently focused controls.
For TextBoxI use the property BackColor.
But in the case ComboBoxwith DropDownStyle = DropDownList, BackColorit seems, does not release it.
Any suggestion (border, etc.) on how I can make the controls selected sequentially.
source
share