CHAPTER 2 BUILDING C# APPLICATIONS
(activated using the View Toolbox menu item). The Class Details window not only shows you the
details of the currently selected item in the diagram, but also allows you to modify existing members and
insert new members on the fly (see Figure 2-18).
Figure 2-18. The Class Details window
The Class Designer Toolbox, which can also be activated using the View menu, allows you to insert
new types (and create relationships between these types) into your project visually (see Figure 2-19). (Be
aware you must have a class diagram as the active window to view this toolbox.) As you do so, the IDE
automatically creates new C# type definitions in the background.
Figure 2-19. The Class Designer Toolbox
65