Reputation: 717
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?
Addition: When I right-click, this is what is shown:
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
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