共用方式為


ActionsPane.TabIndex 屬性

取得或設定執行窗格在其容器中的定位順序。

命名空間:  Microsoft.Office.Tools
組件:  Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Property TabIndex As Integer
    Get
    Set
[BrowsableAttribute(false)]
int TabIndex { get; set; }

屬性值

型別:System.Int32
執行窗格在其容器內一組控制項中的索引值。

備註

這個屬性提供和 Control.TabIndex 屬性相同的功能。 如需使用這個屬性的詳細資訊,請參閱 Control.TabIndex

.NET Framework 安全性

請參閱

參考

ActionsPane 介面

Microsoft.Office.Tools 命名空間

其他資源

執行窗格概觀