DataGridViewCell.DataGridViewCellAccessibleObject 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 DataGridViewCell 的相關資訊提供給協助工具用戶端應用程式。
protected: ref class DataGridViewCell::DataGridViewCellAccessibleObject : System::Windows::Forms::AccessibleObject
[System.Runtime.InteropServices.ComVisible(true)]
protected class DataGridViewCell.DataGridViewCellAccessibleObject : System.Windows.Forms.AccessibleObject
protected class DataGridViewCell.DataGridViewCellAccessibleObject : System.Windows.Forms.AccessibleObject
Protected Class DataGridViewCell.DataGridViewCellAccessibleObject
Inherits AccessibleObject
- 繼承
-
DataGridViewCell.DataGridViewCellAccessibleObject
- 衍生
- 屬性
備註
Windows Forms 包含內建輔助功能支援,可讓您的應用程式使用輔助功能用戶端應用程式。 輔助功能用戶端應用程式的範例包括螢幕放大和檢閱者公用程式、語音輸入公用程式、螢幕鍵盤、替代輸入裝置,以及鍵盤增強公用程式。
類別 DataGridViewCell.DataGridViewCellAccessibleObject 繼承自 類別, AccessibleObject 以提供輔助功能用戶端應用程式的相關信息 DataGridViewCell 。 每個類別都代表的視覺部分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 公開數據表。
建構函式
屬性
Bounds |
取得可存取物件的位置和大小。 |
DefaultAction |
取得字串,描述 DataGridViewCell 的預設動作。 |
Description |
取得描述指定物件之視覺外觀的字串。 並非所有的物件都有描述。 (繼承來源 AccessibleObject) |
Help |
取得主控儲存格之型別和基底型別 (Base Type) 的名稱。 |
Help |
取得物件的用途或物件使用方式的描述。 (繼承來源 AccessibleObject) |
KeyboardShortcut |
取得可存取物件的快速鍵或便捷鍵 (Access Key)。 (繼承來源 AccessibleObject) |
Name | |
Owner |
取得或設定擁有 DataGridViewCell.DataGridViewCellAccessibleObject 的儲存格。 |
Parent | |
Role | |
State | |
Value |
取得或設定字串,代表主控儲存格的格式值。 |