Common menus in Microsoft Windows: Difference between revisions

Content deleted Content added
Most Recently Used: CSD G4: Recreation of deleted material. See Wikipedia:Articles for deletion/Ccleaner
Line 16:
[[Image:Systemmenu.JPG|thumbnail|right|The default system menu in Windows XP]]
 
The '''system menu''' (also called the '''window menu''' or '''control menu''') is a [[popup menu]] in [[Microsoft Windows]], accessible by left-[[click]]ing on the upper-left [[icon (computing)|icon]] of most Windowswindows. This menu provides the user with the ability to perform some common tasks on the Windowwindow, some in atypical ways. For example, normally a user would move a window by dragging the [[title bar]] of the Windowwindow - but with the option in the system menu the user gets a different cursor and procedure to move the Windowwindow with.
 
Some applications customize the system menu, typically through the ''GetSystemMenu'' [[WinAPI]] function<ref>{{cite web|url=http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources/menus/menureference/menufunctions/getsystemmenu.asp|title=GetSystemMenu API documentation on MSDN|accessdate=2006-05-24}}</ref>. [[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 Windowwindow's title bar).
 
==References==