views:

47

answers:

1

I accidently closed the property thing in VS2008, you know the one where when you're using Winforms you can edit like a controls text, font, dock, anchor, etc, etc.

How I get it back can't find!

To clarify it's the side panel thingy where you can edit control properties... usually goes side by side with the Toolbox, like you can't develop a Winform application wtihout this panel and I can't figure how to open it omg QQ!

+3  A: 

Select a control on the forms designer and press F4

Binary Worrier
JR: Thanks for the markup :)
Binary Worrier
No I mean, the little dock panel toolbar thingy on the side where its like a GUI interface to change properties.
Joshua
Yeah, that's what F4 does. Maybe you have a non-standard keyboard layout? Try the View/Properties Window menu or right-click/properties.
Tim Sylvester
Right click properties worked. F4 just brought me to the partial class with the generated code.
Joshua