Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a way to select similar controls when designing forms in visual studio?
What I am trying to do is; select all labels and alter common properties, then select all textboxes etc.

Thanks in advance
Posted

1 solution

1. Use the mouse to mark all desired controls.
2. Press the Ctrl-key and click on the desired controls one by one.

Then you can change common properties such as AutoSize, Dock, etc.
 
Share this answer
 
Comments
kaandemirtas 3-Jul-14 7:06am    
Hi,
Yes, I know this and using it as the only solution at the moment. What I would like to know; is there a special key combination or else to select similar type of controls. Using the mouse is a problem especially with labels with no text on them as you cannot see where they are. Also, with too many buttons or so, using the mouse is time consuming.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900