[visual studio]标签页顺序 [英] [visual studio] tab order

查看:126
本文介绍了[visual studio]标签页顺序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1.如何在Visual Studio中重设标签顺序?因为我有很多制表符,例如:3、1、0、0、123,看来我无法重置它.我想从头开始.

2.如何在中间某处更改制表符顺序?例如,您开始单击文本框,...但是您错过了一个,现在您想在中间插入制表符,而不是从头开始.

1. How to reset tab order in visual studio? Because i have lots of tab`s like: 3,1,0,0,123 and it seems that i can`t reset it. I want to start from scratch.

2. How to change tab order somewhere in the middle? For example you start clicking textboxes,... but you missed one and now you want to insert tab in the middle, not to start all over again.

推荐答案

那里无法选择从哪个数字开始-愚蠢的工具始终从零开始工作,并且您无法获取控件的数字并从那里继续(您可以在Visual C ++中成为Visual Studio,然后再从中开始). br/>
您可以通过在属性"窗格中设置TabIndex属性来专门设置Tab顺序(我同意,PITA可以通过这种方式来处理复杂的表单).
There is no way to select which number you start from - the stupid tool always works from zero, and you can''t pick up the number of a control and continue from there (you could in Visual C++ before it became Visual Studio).

You can specifically set the Tab order by setting the TabIndex property in the Properties pane (but it''s a PITA to do it that way for a complex form, I agree).


在Visual Studio中您可以在C#Express 2010的表单设计窗口中进行操作.选择查看->从菜单中依次按Tab键,然后按所需的顺序单击每个控件.我以为VS是一样的.
In Visual C# Express 2010 you can do it from the form design window. Select View -> Tab Order from the menu, and then click in each control in the order you want. I would assume VS is the same.


这篇关于[visual studio]标签页顺序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆