Home Page (Text Editor) | Overview | How Do I ... Topics | FAQ | Reference
When you are typing a function, you can display a ToolTip containing the complete function prototype, including parameters. For overloaded functions, you can select which parameter list you wish to view. The Parameter Info ToolTip is also displayed for nested functions.
To display Parameter Info
Visual C++ displays the complete declaration for the function in a pop-up window just under the insertion point. The first parameter in the list appears bolded:
For overloaded functions, the parameter list gives you a choice of which function you want to use:
Typing the closing parenthesis also dismisses the parameter list.