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 フォームには、アプリケーションがアクセシビリティ クライアント アプリケーションを操作できるようにする組み込みのアクセシビリティ サポートが含まれています。 アクセシビリティ クライアント アプリケーションの例としては、画面拡大ユーティリティと校閲者ユーティリティ、音声入力ユーティリティ、スクリーン キーボード、代替入力デバイス、キーボード拡張ユーティリティなどがあります。
クラスは DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject 、 クラスから AccessibleObject 継承して、 に関する DataGridViewButtonCell 情報をアクセシビリティ クライアント アプリケーションに提供します。 、 などの DataGridViewColumnHeaderCellDataGridViewRowDataGridViewRowHeaderCellDataGridViewCell の視覚的な部分DataGridViewを表す各クラスには、 から継承AccessibleObjectするクラスも含まれており、含まれているクラスに関する情報を提供し、アクセシビリティ クライアント アプリケーションに代わってアクションを実行します。
コントロールの名前や説明 DataGridView などの追加情報をアクセシビリティ クライアント アプリケーションに提供する場合があります。 この追加情報を提供する方法は 2 つあります。 既存のコントロールのアクセシビリティ情報を制限するには、コントロールの および AccessibleDescription プロパティのAccessibleName値を設定します。この値は、アクセシビリティ クライアント アプリケーションに報告されます。
注意
プロパティと AccessibleRole プロパティのAccessibleDefaultActionDescription値は、リストのように見える場合DataGridViewなど、まれな状況でのみ変更する必要があります。
場合によっては、より多くのアクセシビリティ情報や、カスタム DataGridViewDataGridViewCellまたは に含めるさまざまなアクセシビリティ アクションが必要になる場合があります。 アクセシビリティをカスタマイズするには、 クラスまたは DataGridViewCell.DataGridViewCellAccessibleObject クラスから派生した独自のクラスをDataGridView.DataGridViewAccessibleObject記述し、 メソッドを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
.NET