Travis Banger
Travis Banger

Reputation: 717

How to display "Properties" (of Types/Classes) window?

I have been using 2 kinds of Properties facilities:

(1) Properties of a Project/Solution

(2) Properties of XAML stuff

This web page (scroll to the bottom) seems to indicate that there is a way to see properties of all classes. Boy! Can I use that! Currently, to see properties of types what I do is either press "dot" (IntelliSense) or go to the Microsoft MSDN site.

http://www.dotnetperls.com/savefiledialog

How can I summon the dialog depicted below?

enter image description here

Addition: When I right-click, this is what is shown:

enter image description here

The Alt-Enter opens the "Properties" dialog, but it is empty. Maybe I have a bad/incomplete installation? I am using VS-2010 Pro.

Upvotes: 0

Views: 69

Answers (1)

Z .
Z .

Reputation: 12837

Select an item and press alt-enter, or right click on the item and select properties. Or from the menu it is under view -> other windows.

Upvotes: 1

Related Questions