Common menus in Microsoft Windows
From Wikipedia, the free encyclopedia
This article may require cleanup to meet Wikipedia's quality standards. Please improve this article if you can. (July 2006) |
These are commonly-used menus found in Microsoft Windows.
Contents |
[edit] Most Recently Used
Most Recently Used (MRU) is a term used in computing to refer to the list of programs or documents which were last accessed. It can be of convenience since it allows the user to quickly see and access the last few used files and documents, but could also be considered bad in terms of privacy.
[edit] Properties
In Microsoft Windows, a properties page is a panel of information in the file properties dialogue (accessed from the File menu, context menu, or by typing alt-Enter, or alt-double-clicking.) It can be a built-in feature of Windows Explorer (for example, the file sharing page), or created by a shell extension (for example MP3ext or WinRAR))
[edit] System menu
The system menu (also called the window menu or control menu) is a popup menu in Microsoft Windows, accessible by left-clicking on the upper-left icon of most windows. This menu provides the user with the ability to perform some common tasks on the window, some in atypical ways. For example, normally a user would move a window by dragging the title bar of the window - but with the option in the system menu the user gets a different cursor and procedure to move the window with.
Some applications customize the system menu, typically through the GetSystemMenu WinAPI function.[1] Cmd.exe is an example of this and offers the user an ability to change its preferences through its system menu (other applications typically offer the user to change their preferences through the normal menu below their window's title bar).
[edit] References
- ^ GetSystemMenu API documentation on MSDN. Retrieved on 2006-05-24.