vb6 - 为什么标签和框架在 VB6 中具有 "Tab Index"属性?

标签 vb6 tabindex tab-ordering

有谁知道为什么标签和框架(可能还有其他控件)有 TabIndex VB6中的属性?有什么用吗?我应该在我的应用程序中加入 GUI 编程的某些功能(我很幸运地没有意识到)?

最佳答案

确认科迪在评论中所说的话。 VB6 manual entry for TabIndex说:

Controls that can't receive the focus (Frame and Label controls) remain in the tab order but are skipped during tabbing.





If you press the access key for a Frame or Label control, the focus moves to the next control in the tab order that can receive the focus.

关于vb6 - 为什么标签和框架在 VB6 中具有 "Tab Index"属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6125237/

相关文章:

javascript - 是否有从 Visual Basic 到 Javascript 的在线转换器?

vb6 - 是否有必要在将 Adodb.recordset 对象设置为空之前关闭它?

vb6 - 编译后的 vb6 应用程序理论上可以在 Mac 上的 WINE 下运行吗?

c++ - 在 QT 的布局中插入小部件后修复选项卡顺序

.net - AppDomain.UnhandledException 未捕获未处理的异常

jquery - 当某些字段被 CSS 隐藏时(在 Accordion 容器中),设置选项卡索引很有用

jquery - 单选按钮上的 Tab 键顺序不正确

html - 在 Twig 生成的表单上使用 tabindex

javascript - 在 html 控件中创建闭环选项卡顺序

delphi - 具有 TabOrder 属性的 TSpeedButton