How to have access to Label again in Visual Studio

Asked

Viewed 46 times

2

I put a Label in the form, I edited its name to be empty, renamed and so far so good, and I can no longer select it in the form for manipulation.

It works within the application bringing the registration ID, I need to manipulate because it is misaligned with the content of the form but I can’t access it anymore.

I’m using Visual Studio 2015.

  • 3

    Has a window called Document Outline, on it will be all the form controls and when you click one, it will be selected in the form designer.

  • It worked perfectly, but your comment may come as a response ?

  • I posted as an answer, I was waiting for Visual Studio to open to post an image, but it’s not working very well xD

2 answers

3

As mentioned by @Linq in the comments, you can use the window Document Outline and access any control on Form

Or, at the window Properties you have a combo, with the controls of the Form also:

inserir a descrição da imagem aqui

2


Has a window called Document Outline, on it will be all the form controls and when you click one, it will be selected in the form designer.

I will put an image as soon as my computer collaborate and I can open Visual Studio -_-

Browser other questions tagged

You are not signed in. Login or sign up in order to post.