Reputation: 1626
Well,i have a weird question to ask,sometimes when designing a form and using lots of controls and panel layers,some controls get sort of "lost" in the form.They get behind the docked panels etc.Is there a window or something like that in visual studio to see all of the components used in the form so i could find the unused components?
Upvotes: 2
Views: 1583
Reputation: 27673
You can also right-click on a Control, and you'll get a "Select..." to select the Controls under it.
Also, right-click and then "Send to back". (But don't forget to "Bring to front" when you're done, if that's needed.)
Upvotes: 0
Reputation: 7441
Yes. You can check the designer file for the form, or you can use the property window's control dropdown.
Upvotes: 1