在 Visual C# Express 2010 中哪里可以找到“视图 Tab 键顺序”?
这是一个非常基本的问题,但我似乎找不到它。它曾经位于 Visual C# Express 2005 中的“视图”菜单上。我始终可以使用属性来手动设置选项卡索引,但对于较大的表单来说,这很乏味。谢谢。
This is a pretty basic question, but I can't seem to find it. It used to be on the View menu in Visual C# Express 2005. I could always use the properties to set the tab index manually, but it is tedious for larger forms. thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
找到了。它是布局工具栏中的最后一个按钮。
Found it. It's the last button in the layout toolbar.
表单设计器视图是否处于活动状态?您只能在设计器视图中看到此选项。
Is the Forms designer view active? You can see this option only in the designer view.
对我来说,它也是布局工具栏中的最后一个按钮。由于某种原因,它没有显示在视图菜单下。
For me it was also the last button in the layout toolbar. For some reason it doesn't show up under the view menu.