Is there a list of controls placed on the current form in Visual Studio 2005?

我只是一个虾纸丫 提交于 2019-12-08 14:45:01

问题


Simple situation, really. Using the form designer in VS2005, I placed a label on my form, and then deleted it's text. Now there's no way I can find to select the label. I assume it wasn't deleted; where can I find it?


回答1:


View --> Other Windows --> Document Outline




回答2:


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.



来源:https://stackoverflow.com/questions/3152010/is-there-a-list-of-controls-placed-on-the-current-form-in-visual-studio-2005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!