DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 DataGridViewButtonCell 的相關資訊提供給協助工具用戶端應用程式。
protected: ref class DataGridViewButtonCell::DataGridViewButtonCellAccessibleObject : System::Windows::Forms::DataGridViewCell::DataGridViewCellAccessibleObject
protected class DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
Protected Class DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject
Inherits DataGridViewCell.DataGridViewCellAccessibleObject
- 繼承
-
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject
備註
Windows Forms 包含內建輔助功能支援,可讓您的應用程式使用輔助功能用戶端應用程式。 輔助功能用戶端應用程式的範例包括螢幕放大和檢閱者公用程式、語音輸入公用程式、螢幕小鍵盤、替代輸入設備,以及鍵盤增強公用程式。
類別 DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject 繼承自 類別, AccessibleObject 以提供輔助功能用戶端應用程式的相關信息 DataGridViewButtonCell 。 每個代表 視覺部分的DataGridView類別,例如 DataGridViewColumnHeaderCell、 DataGridViewRowHeaderCellDataGridViewRow 和 DataGridViewCell - 也包含繼承自 AccessibleObject 的類別,以提供包含類別的相關信息,並代表輔助功能用戶端應用程式執行動作。
當您想要提供其他資訊,例如控件的名稱或描述 DataGridView 給輔助功能用戶端應用程式時,有一些實例。 提供這項額外資訊的兩種方式有兩種。 若要為現有控制項提供有限的輔助功能資訊,請設定控件的 AccessibleName 和 AccessibleDescription 屬性值,這會向輔助功能用戶端應用程式報告。
注意
您應該只在罕見的情況下變更 AccessibleDefaultActionDescription 和 AccessibleRole 屬性值,例如,如果您看起來像 DataGridView 清單。
有時候,您可能需要更多輔助功能資訊或不同的輔助功能動作,才能包含在您的自定義 DataGridView 或 DataGridViewCell中。 若要自定義輔助功能,您可以撰寫衍生自 DataGridView.DataGridViewAccessibleObject 或 DataGridViewCell.DataGridViewCellAccessibleObject 類別的類別,並覆寫 CreateAccessibilityInstance 方法。 例如,如果您要撰寫實作唯一自定義動作的自定義數據列標頭單元格,例如數據格內的特殊點擊測試,您應該建立繼承自 類別的 DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject 類別,並覆寫 CreateAccessibilityInstance 方法。
會 DataGridView 使用 AccessibleRole 值來定義數據表階層,來公開其數據結構。 如需將數據表公開至 Microsoft Active Accessibility 的詳細資訊,請參閱 透過 Microsoft Active Accessibility 公開數據表。
建構函式
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject(DataGridViewCell) |
初始化 DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject 類別的新執行個體。 |
屬性
方法
明確介面實作
適用於
另請參閱
- DataGridView
- DataGridViewButtonCell
- AccessibleObject
- DataGridViewColumnHeaderCell
- DataGridViewRowHeaderCell
- DataGridViewRow
- DataGridViewCell
- AccessibleName
- AccessibleDescription
- AccessibleDefaultActionDescription
- AccessibleRole
- CreateAccessibilityInstance()
- DataGridView.DataGridViewAccessibleObject
- DataGridViewCell.DataGridViewCellAccessibleObject
- DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject
- CreateAccessibilityInstance()
- AccessibleRole