In the process of using software, especially the software developed by Americans, we often find "... ", I used to think it was a ellipsis... indicates that a dialog box is displayed after you click this menu item. the ellipsis in browser 2 is the most.
When I read windows programming Revelation on csdn's book channel today, I will talk about:
1.9 When should "…" After a button or menu item?
Reference:
Some menus contain "Save )..." Such menu items. In addition, you will find many . So what principles should we use these points?
Many people think that the principle of using these points is: "If you want to display a dialog box, you need to use these points ". This is a misunderstanding.
In the ellipsis section of Windows User Interface Design Specification and guidelines, this name is too easy to understand.
You should read this part to learn the complete background information. Here is a brief description:When a command requires additional information for execution, the ellipsis should be used.. Sometimes, the result of a command is to display a dialog box, such as the "about" dialog box or the "properties" dialog box. Although these commands display a dialog box, the dialog box is the result without additional information. Some commands are the opposite, such as print, the displayed dialog box is used to collect additional information for the result.
In the past, I finally understood the meaning of the ellipsis.