Generally, is there a way to change the same property of multiple controls at once in a Windows form?
Specifically, I have many controls in a Windows Form with the private modifier. Is there a way to change the modifier for all the properties to protected at once, without having to click on each control?
Thanks for the help.