Sin5k4
Sin5k4

Reputation: 1626

To see all the components in a form

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

Answers (3)

ispiro
ispiro

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

Robert Levy
Robert Levy

Reputation: 29073

Use the Document Outline: Ctrl+W, U

Upvotes: 9

Samantha Branham
Samantha Branham

Reputation: 7441

Yes. You can check the designer file for the form, or you can use the property window's control dropdown.

Upvotes: 1

Related Questions