TabIndex

TabIndex

常用释义

词性释义

TabIndex
例句
  • 全部
当按Tab键时,Web服务器控件接收焦点的顺序由每个控件的TabIndex属性确定。
使用TabIndex属性指定或确定Web窗体页上Web服务器控件的选项卡索引。
您可以将tabindex属性指定给任何HTML元素。
在每个控件的左上角出现一个数字(表示TabIndex属性)。
这种情况下,请直接设置每个模板子控件的AccessKey属性和TabIndex属性。
通过将TabIndex属性设置为负值,可以从Tab键顺序中移除Web服务器控件。
如果使用模板自定义Login控件,则忽略AccessKey属性和TabIndex属性。
The TabIndex property of a control determines where it is positioned in the tab order.
控件的TabIndex属性确定控件在Tab键顺序中的位置。
它允许所有的HTML元素接收键盘关注,因为ARIA扩展了tabindex属性作用域。
Alternatively, tab order can be set in the Properties window using the TabIndex property.
另外,可以在“属性”窗口中使用TabIndex属性设置Tab键顺序。
因此,GroupBox内的每个控件都有其自己的十进制TabIndex值,该值从.0开始。
The following example illustrates how to use the TabIndex property of the WebControl to set the tab order of controls on the page.
下面的示例阐释如何使用WebControl的TabIndex属性设置页上控件的Tab键顺序。
另外,默认情况下,GroupBox控件有自己的TabIndex值,该值是一个整数。
通过设置控件的TabIndex属性,可以控制其Tab键顺序。
然后,该示例将TabStop设置为true,并设置TabIndex属性。
将tabindex设置为-1意味着从tab序列中移除该元素。
In Internet Explorer, for example, the TabIndex value is rendered as the tabindex attribute of an element on the page.
例如,在InternetExplorer中,TabIndex值呈现为页上某元素的tabindex属性。
如果将TabIndex值从5更改为6,则该组中第一个控件的TabIndex值自动更改为6.0,依此类推。
Table 2. tabindex attribute use
表3.tabindex属性的用法
表3显示了tabindex属性的用法