General Tab, Window Properties Dialog Box

Note

This article applies to Visual Studio 2015. 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

Use the General tab to show information about the selected window. To display the Window Properties Dialog Box, move the focus to the Windows View window. Select any window node in the tree, then choose Properties from the View menu.

The following settings are available on the General tab:

Entry Description
Window Caption The text in the window caption, or text contained in a window if it is a control.
Window Handle The unique ID of this window. Window handle numbers are reused; they identify a window only for the lifetime of that window.
Window Proc The virtual address of the window procedure function for this window. This field also indicates whether this window is a Unicode window, and whether it is subclassed.
Rectangle The bounding rectangle for the window. The size of the rectangle is also displayed. Units are pixels in screen coordinates.
Restored Rect The bounding rectangle for the restored window. The size of the rectangle is also displayed. Restored Rect will differ from Rectangle only when the window is maximized or minimized. Units are pixels in screen coordinates.
Client Rect The bounding rectangle for the window client area. The size of the rectangle is also displayed. Units are pixels relative to the top left of the window client area.
Instance Handle The instance handle of the application. Instance handles are not unique.
Control ID or Menu Handle If the window being displayed is a child window, the Control ID label is displayed. Control ID is an integer that identifies this child window's control ID. If the window being displayed is not a child window, the Menu Handle label is displayed. Menu Handle is an integer that identifies the handle of the menu associated with this window.
User Data Application-specific data that is attached to this window structure.
Window Bytes The number of extra bytes associated with this window. The meaning of these bytes is determined by the application. Expand the list box to see the byte values in DWORD format.