Search code examples
c#buttonuser-controlswindowwindows

How to find a missing button on windows form without too many changes?


What can I use to view all the controls on a form if everything is overlapping each other etc. Don't want to touch it yet, just view, make sure they're there.


Solution

  • You could use the "Document Outline" window (view ==> other windows ==> Document Outline) to see all control inside the form and select them from there.