单击托盘图标的正确行为?

发布于 2024-07-25 18:14:54 字数 124 浏览 6 评论 0原文

当应用程序将图标添加到系统托盘并最小化到它时,必须有一种方法来恢复它。 但是,当涉及到恢复窗口时,我不确定应用程序的“正确”行为是什么。

我是双击恢复、单击恢复还是根本不恢复? Windows 标准是什么?

When an application adds an icon to the system tray and minimises to it, there must be a way to restore it. However, when it comes to restoring the window I'm not sure what the 'correct' behaviour is for applications.

Do I restore on a double click, on a single click, or not at all? What's the Windows standard?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

不再见 2024-08-01 18:14:54

Raymond Chen,在他的文章“那些通知图标及其点击、双击、右键单击...这是怎么回事?”,写道:

左键单击:显示针对临时用户的简单界面项。 在大多数情况下,这将是一个上下文菜单,但如果您喜欢音量控制,那么自定义界面项(在本例中是用于控制音量的滑块控件)可能更合适。

右键单击:显示上下文菜单,但其中可以包含供更高级用户使用的选项。 在许多情况下,该菜单与左侧单击菜单相同。 (重要提示:请参阅明天的条目以了解更多讨论。)

对于双击,不需要特殊的规则,因为双击的含义已经有一个通用原则:一般来说,双击操作相当于查看上下文菜单并选择默认操作。

Raymond Chen, in his post "Those notification icons, with their clicks, double-clicks, right-clicks... what's up with that?", writes:

Left single click: Display a simple interface item targetting the casual user. In most cases, this would be a context menu, but if you are something like the volume control, then a custom interface item (in this case, a slider control for controlling the volume) may be more appropriate.

Right single click: Display a context menu, but one which can contain options for more advanced users. In many cases, the menu will be identical to the left single click menu. (Important: See tomorrow's entry for additional discussion.)

As for double-clicks, you don't need a special rule because there is already a general principle for what double-clicks mean: The double-click action, generally speaking, is equivalent to viewing the context menu and choosing the default action.

暮年 2024-08-01 18:14:54

通常当您双击它时。 当您简单地单击它时,就会出现一个菜单。

Usually when you double click it. When you simple just click it a menu shows up.

吐个泡泡 2024-08-01 18:14:54

双击感觉就像我习惯的那样。

Double-click feels like what I'm used to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文