Spy++ Toolbar

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The toolbar appears under the menu bar in Spy++. To display or hide the toolbar, on the View menu, click Toolbar.

The following controls are available on the toolbar.

UIElement List

Button Effect
Spy++ Windows Button Displays a tree view of the windows and controls in the system. For more information, see Windows View.
Spy++ Processes Button Displays a tree view of the processes in the system. For more information, see Processes View.
Spy++ Threads Button Displays a tree view of the threads in the system. For more information, see Threads View.
Spy++ Messages Button Creates a window to display window messages and opens the Message Options dialog box so that you can select the window whose messages will be displayed and also select other options. For more information, see Messages View.
Spy++ Start Log Button Starts message logging and displays the message stream. This control is available only when a Messages window is the active window. For more information, see How to: Start and Stop the Message Log Display.
Spy++ Stop Log Button Stops message logging and the display of the message stream. This control is available only when a Messages window is the active window. For more information, see How to: Start and Stop the Message Log Display.
Spy++ Log Options Button Displays the Message Options dialog box. Use this dialog box to select windows and message types for viewing. This control is available only when a Messages window is the active window.
Spy++ Clear Log Button Clears the contents of the active Messages window. This control is available only when a Messages window is the active window.
Spy++ Find Window Button Opens the Find Window dialog box, which lets you set window search criteria and display properties or messages. For more information, see How to: Use the Finder Tool.
Spy++ Find First Window Button Searches the current view for a matching window, process, thread, or message.
Spy++ Find Next Window Button Searches the current view for the next matching window, process, thread, or message. This control (and the related menu command) is available only when there is a valid search result that is not unique. For example, when you use a window handle as the search criterion in the window tree, it produces unique results because there is only one window in the window tree that has that handle; in this instance, Find Next is not available.
Spy++ Find Previous Window Button Searches the current view for the previous matching window, process, thread, or message. This control (and the related menu command) is available only when there is a valid search result that is not unique. For example, when you use a window handle as the search criterion in the window tree, it produces unique results because there is only one window in the window tree that has that handle; in this instance, Find Previous is not available.
Spy++ Property Explorer Button Displays the properties of the window that is selected in the Windows view.
Spy++ Refresh Button Refreshes the system views.

See also