共用方式為


RepeatInfo.UseAccessibleHeader 屬性

定義

取得或設定值,表示是否在控制項呈現為 Scope 時加入 Table 屬性。

public:
 property bool UseAccessibleHeader { bool get(); void set(bool value); };
public bool UseAccessibleHeader { get; set; }
member this.UseAccessibleHeader : bool with get, set
Public Property UseAccessibleHeader As Boolean

屬性值

Boolean

如果要加入 "scope" 屬性,則為 true,否則為 false

備註

如果 true 和控制項轉譯為 Table ,就會加入值為 "col" 的 "scope" 屬性,並在轉譯時,呈現資料表標頭資料格 (<th>) ,而非資料表資料格 (<td>) 的標頭儲存格 Table 。 螢幕讀取器可以使用此屬性。

適用於

另請參閱