Any shortcut to get an idea of ​​form design in visual studio 2010 winforms project /

Is there a shortcut to get to the designview form in the winforms project in visual studio 2010. F7 will lead you to the encoding behind the class form, and shift + F7 will take you to development mode. Is there a shortcut for the form filename.designer.cs Where do you have control definitions, delegates (for the click event, etc.). defined. I often go to the form if I change the name of the click event, etc. I need to go through the solution explorer and click on the file. Is there a shortcut like F7 that opens the designer.cs file?

+3
source share
2 answers

Use F7 to switch between design view and code view.

+3

#, , , - F12 InitializeComponent(), .designer.cs GUI.

, .., F4. .

+2

All Articles