Share via


Hyperlink.TabIndex 屬性

定義

取得或設定值,這個值會決定使用者按下 Tab 鍵巡覽控制項時,元素接收焦點的順序。

public:
 property int TabIndex { int get(); void set(int value); };
int TabIndex();

void TabIndex(int value);
public int TabIndex { get; set; }
var int32 = hyperlink.tabIndex;
hyperlink.tabIndex = int32;
Public Property TabIndex As Integer

屬性值

Int32

int

決定裝置邏輯巡覽順序的值。 預設值為 MaxValue

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

範例

Control.Tabindex

備註

如需詳細資訊,請參閱 Control.Tabindex

適用於