Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设您有一个带有十个按钮的表单,其中第一个按钮具有键盘焦点,以便可以通过按键盘上的 Enter 键来单击它。现在,您只需按向下箭头键即可将焦点设置到下一个按钮。这是开箱即用的。
问题: 如何将此功能限制为表单上的前三个按钮? 因此,当表单上的第三个按钮获得焦点并且我按下向下箭头键时,第一个按钮(而不是第四个按钮)应该获得焦点。
把它们放在一个容器里。
这样 - 它只会遍历这些按钮。(我只是尝试了 aPanel并且它有效。)
Panel