DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供有關協助工具用戶端應用程式之 DataGridViewLinkCell 控制項的資訊。
protected: ref class DataGridViewLinkCell::DataGridViewLinkCellAccessibleObject : System::Windows::Forms::DataGridViewCell::DataGridViewCellAccessibleObject
protected class DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
Protected Class DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject
Inherits DataGridViewCell.DataGridViewCellAccessibleObject
- 繼承
-
DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject
備註
Windows Forms 包含內建輔助功能支援,可讓您的應用程式使用輔助功能用戶端應用程式。 輔助功能用戶端應用程式的範例包括螢幕放大和檢閱者公用程式、語音輸入公用程式、螢幕鍵盤、替代輸入裝置,以及鍵盤增強公用程式。
類別 DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject 繼承自 類別, AccessibleObject 以提供輔助功能用戶端應用程式的相關信息 DataGridViewLinkCell 。 每個類別都代表的視覺部分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 公開數據表。
建構函式
DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject(DataGridViewCell) |
初始化 DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject 類別的新執行個體。 |