General Tab, Window Properties Dialog Box

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at General Tab, Window Properties Dialog Box.

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:

EntryDescription
Window CaptionThe text in the window caption, or text contained in a window if it is a control.
Window HandleThe unique ID of this window. Window handle numbers are reused; they identify a window only for the lifetime of that window.
Window ProcThe 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.
RectangleThe bounding rectangle for the window. The size of the rectangle is also displayed. Units are pixels in screen coordinates.
Restored RectThe 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 RectThe 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 HandleThe instance handle of the application. Instance handles are not unique.
Control ID or Menu HandleIf 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 DataApplication-specific data that is attached to this window structure.
Window BytesThe 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.
Show: