I'm new to VSTO and I can't find a way to open property panel for design view. I'm building a VSTO application for the first time
CodePudding user response:
It's pretty straightforward -
- Right click on any component in the design view.
- Click on Properties
As default properties view will open on your right side in your visual studio.
CodePudding user response:
You can find Properties Window
on the View
menu. You can also open it by pressing F4
or by typing Properties
in the search box. See Properties window for more information.