Navigating the Class Structure (Visual C++)
You can navigate a project class structure, including functions, inheritance and interfaces using either Class View or the Object Browser.
You can go to a function declaration by double-clicking on the function name in Class View. You can go to a class definition by double-clicking on a class name in Class View.
See Also
Tasks
Adding a Member Function (Visual C++)
Adding a Member Variable (Visual C++)
Overriding a Virtual Function (Visual C++)