What is missing from the toolbar in Windows file windows is the status bar; the status bar is a control bar that contains a text output pane or "indicator"; the status bar is usually aligned with the bottom of the frame window.
The operating environment of this article: Windows7 system, DELL G3 computer
What is not in the toolbar in the Windows file window?
What is not in the toolbar in the windows file window is thestatus bar.
The status bar is a control bar that contains a text output pane or "indicator". The output pane is typically used as a message line and status indicator. Examples of message lines include a command help message line that briefly explains the menu or toolbar command selected in the leftmost pane of the default status bar created by the MFC Application Wizard.
Examples of status indicators include the SCROLL LOCK key, the NUM LOCK key, and other keys. The status bar is usually aligned with the bottom of the frame window.
Extended information
There are two types of Windows windows: one is the window on the desktop, which is created by the Windows system, and this type of window can They are divided into application windows and folder windows; the other type is created by applications, and this type of window is called a document window.
The main differences between these two types of windows are:
(1) The former has a menu bar, while the latter does not have its own menu bar. Manipulate the contents of document windows using the menu bar menus of the application window in which they were created.
(2) The command hotkey for opening the window control menu in the former is Alt-Spacebar, and the command hotkey for opening the window control menu of the latter is Alt-hyphen key (-).
For more related knowledge, please visit theFAQcolumn!
The above is the detailed content of What is not in the toolbar in the Windows file window?. For more information, please follow other related articles on the PHP Chinese website!