I'm using the form designer in VS.
I placed a label on my form, and then deleted it's text. Currently, I can not locate the label.
How do I see a list of controls associated with a given class?
I'm using the form designer in VS.
I placed a label on my form, and then deleted it's text. Currently, I can not locate the label.
How do I see a list of controls associated with a given class?
If you look in the properties window there should be a dropdown of all the controls on the form. You can select a control you can see and then you should see that control in the dropdown list. Then open the list and find the control you are looking for.
In your launched Visual Studio IDE open:
I - Solution Explorer with CTRL+ALT+L
,
II - Document Outline with CTRL+ALT+T
.
III - Open any class from the Solution Explorer to see the Document Outline populate accordingly.