DataGridViewButtonCell.DataGridViewButtonCellAccessibleObjectとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DataGridViewButtonCell.DataGridViewButtonCellAccessibleObjectの意味・解説 

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

ユーザー補助クライアント アプリケーション対し、DataGridViewButtonCell に関する情報提供します

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Protected Class DataGridViewButtonCellAccessibleObject
    Inherits DataGridViewCellAccessibleObject
Dim instance As DataGridViewButtonCellAccessibleObject
protected class DataGridViewButtonCellAccessibleObject
 : DataGridViewCellAccessibleObject
private ref class DataGridViewButtonCellAccessibleObject
 : public DataGridViewCellAccessibleObject
protected class DataGridViewButtonCellAccessibleObject
 extends DataGridViewCellAccessibleObject
protected class DataGridViewButtonCellAccessibleObject
 extends DataGridViewCellAccessibleObject
解説解説

Windows フォームには、ユーザー補助サポート組み込まれており、ユーザー補助クライアント アプリケーションアプリケーション連携させることができますユーザー補助クライアント アプリケーションの例には、画面拡大ユーティリティ、レビューア ユーティリティ音声入力ユーティリティオンスクリーン キーボード代替入力デバイス、およびキーボード拡張ユーティリティあります

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラスは、AccessibleObject クラス継承することにより、DataGridViewButtonCell に関する情報ユーザー補助クライアント アプリケーション提供します。DataGridViewColumnHeaderCell、DataGridViewRowHeaderCell、DataGridViewRow、DataGridViewCell など、DataGridView のビジュアル部分を表す各クラスにも、AccessibleObject継承するクラスがあり、これらのクラスに関する情報提供しユーザー補助クライアント アプリケーション代わりにアクション実行します

ユーザー補助クライアント アプリケーションに対してDataGridView コントロールの名前や説明など、追加情報提供する必要が生じ場合あります。この追加情報提供するには 2 つ方法あります既存コントロールに関する限定的なユーザー補助情報提供するには、コントロールの AccessibleName プロパティと AccessibleDescription プロパティの値を設定します。これらの値はユーザー補助クライアント アプリケーション報告されます。

メモメモ

AccessibleDefaultActionDescription プロパティと AccessibleRole プロパティの値を変更する必要が生じるのは、DataGridViewリストのような外観にするなど、まれなケースです。

追加ユーザー補助情報または異なユーザー補助アクションを、カスタムDataGridView または DataGridViewCell含めることが必要になる場合ありますユーザー補助情報カスタマイズするには、DataGridView.DataGridViewAccessibleObject クラスまたは DataGridViewCell.DataGridViewCellAccessibleObject クラスから派生する独自のクラス作成して、CreateAccessibilityInstance メソッドオーバーライドます。たとえば、セル内の特殊なヒット テストなど、独自のカスタム アクション実装するカスタムの行ヘッダー セル記述する場合は、DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject クラスから継承するクラス作成し、CreateAccessibilityInstance メソッドオーバーライドする必要があります

DataGridView は、データ テーブル階層定義する AccessibleRole 値を使用してデータ構造公開しますMicrosoft Active Accessibilityデータ テーブル公開する方法詳細については、MSDN Library (http://msdn.microsoft.com/library/) の「Exposing Data Tables through Microsoft Active Accessibility」を参照してください

継承階層継承階層
System.Object
   System.MarshalByRefObject
     System.Runtime.InteropServices.StandardOleMarshalObject
       System.Windows.Forms.AccessibleObject
         System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
          System.Windows.Forms.DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject メンバ
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewButtonCell クラス
AccessibleObject クラス
DataGridViewColumnHeaderCell
DataGridViewRowHeaderCell
DataGridViewRow
DataGridViewCell
Control.AccessibleName プロパティ
Control.AccessibleDescription プロパティ
Control.AccessibleDefaultActionDescription プロパティ
Control.AccessibleRole プロパティ
Control.CreateAccessibilityInstance
DataGridView.DataGridViewAccessibleObject クラス
DataGridViewCell.DataGridViewCellAccessibleObject
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject
DataGridViewRowHeaderCell.CreateAccessibilityInstance
AccessibleRole 列挙

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Sub New ( _
    owner As DataGridViewCell _
)
Dim owner As DataGridViewCell

Dim instance As New DataGridViewButtonCellAccessibleObject(owner)
public DataGridViewButtonCellAccessibleObject (
    DataGridViewCell owner
)
public:
DataGridViewButtonCellAccessibleObject (
    DataGridViewCell^ owner
)
public DataGridViewButtonCellAccessibleObject (
    DataGridViewCell owner
)
public function DataGridViewButtonCellAccessibleObject
 (
    owner : DataGridViewCell
)

パラメータ

owner

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject を所有している DataGridViewCell。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラス
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject メンバ
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewButtonCell クラス

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ Bounds  ユーザー補助オブジェクト位置サイズ取得します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ DefaultAction オーバーライドされます。 DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject の既定アクションを表す System.String を取得します
パブリック プロパティ Description  指定したオブジェクト外観説明する文字列取得します説明用意されていないオブジェクトあります。 ( AccessibleObject から継承されます。)
パブリック プロパティ Help  所有しているセルの型の名前および基本型の名前を取得します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ KeyboardShortcut  ユーザー補助オブジェクトショートカット キーまたはアクセス キー取得します。 ( AccessibleObject から継承されます。)
パブリック プロパティ Name  DataGridViewCell.DataGridViewCellAccessibleObject の名前を取得します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Owner  DataGridViewCell.DataGridViewCellAccessibleObject所有しているセル取得または設定します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Parent  DataGridViewCell.DataGridViewCellAccessibleObject の親を取得します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Role  DataGridViewCell.DataGridViewCellAccessibleObject役割取得します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ State  DataGridViewCell.DataGridViewCellAccessibleObject の状態を取得します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Value  所有しているセル書式指定済みの値を表す文字列を取得または設定します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
参照参照

関連項目

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラス
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewButtonCell クラス
AccessibleObject クラス
DataGridViewColumnHeaderCell
DataGridViewRowHeaderCell
DataGridViewRow
DataGridViewCell
Control.AccessibleName プロパティ
Control.AccessibleDescription プロパティ
Control.AccessibleDefaultActionDescription プロパティ
Control.AccessibleRole プロパティ
Control.CreateAccessibilityInstance
DataGridView.DataGridViewAccessibleObject クラス
DataGridViewCell.DataGridViewCellAccessibleObject
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject
DataGridViewRowHeaderCell.CreateAccessibilityInstance
AccessibleRole 列挙

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject メソッド


パブリック メソッドパブリック メソッド

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド CreateObjRef  リモート オブジェクトとの通信使用するプロキシ生成必要な情報をすべて格納しているオブジェクト作成します。 ( MarshalByRefObject から継承されます。)
パブリック メソッド DoDefaultAction オーバーライドされます。 DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject の既定アクション実行します
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 ( Object から継承されます。)
パブリック メソッド GetChild  指定したインデックス対応するユーザー補助オブジェクト返します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド GetChildCount オーバーライドされますDataGridViewButtonCell.DataGridViewButtonCellAccessibleObject属する子ユーザー補助オブジェクトの数を取得します
パブリック メソッド GetFocused  キーボード フォーカスがある子ユーザー補助オブジェクト返します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 ( Object から継承されます。)
パブリック メソッド GetHelpTopic  ヘルプ トピック識別子と、このユーザー補助オブジェクト関連付けられたヘルプ ファイルへのパス取得します。 ( AccessibleObject から継承されます。)
パブリック メソッド GetLifetimeService  対象インスタンス有効期間ポリシー制御する現在の有効期間サービス オブジェクト取得します。 ( MarshalByRefObject から継承されます。)
パブリック メソッド GetSelected  現在選択されている子ユーザー補助オブジェクト返します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド HitTest  指定した画面座標にある子オブジェクト取得します。 ( AccessibleObject から継承されます。)
パブリック メソッド InitializeLifetimeService  対象インスタンス有効期間ポリシー制御する有効期間サービス オブジェクト取得します。 ( MarshalByRefObject から継承されます。)
パブリック メソッド Navigate  他のユーザー補助オブジェクト移動します。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド Select  ユーザー補助オブジェクト選択項目の修正またはキーボード フォーカス移動行います。 ( DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラス
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewButtonCell クラス
AccessibleObject クラス
DataGridViewColumnHeaderCell
DataGridViewRowHeaderCell
DataGridViewRow
DataGridViewCell
Control.AccessibleName プロパティ
Control.AccessibleDescription プロパティ
Control.AccessibleDefaultActionDescription プロパティ
Control.AccessibleRole プロパティ
Control.CreateAccessibilityInstance
DataGridView.DataGridViewAccessibleObject クラス
DataGridViewCell.DataGridViewCellAccessibleObject
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject
DataGridViewRowHeaderCell.CreateAccessibilityInstance
AccessibleRole 列挙

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject メンバ

ユーザー補助クライアント アプリケーション対し、DataGridViewButtonCell に関する情報提供します

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Bounds  ユーザー補助オブジェクト位置サイズ取得します。(DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ DefaultAction オーバーライドされますDataGridViewButtonCell.DataGridViewButtonCellAccessibleObject既定アクションを表す System.String取得します
パブリック プロパティ Description  指定したオブジェクト外観説明する文字列取得します説明用意されていないオブジェクトあります。(AccessibleObject から継承されます。)
パブリック プロパティ Help  所有しているセルの型の名前および基本型の名前を取得します。(DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ KeyboardShortcut  ユーザー補助オブジェクトショートカット キーまたはアクセス キー取得します。(AccessibleObject から継承されます。)
パブリック プロパティ Name  DataGridViewCell.DataGridViewCellAccessibleObject の名前を取得します。(DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Owner  DataGridViewCell.DataGridViewCellAccessibleObject所有しているセル取得または設定します。(DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Parent  DataGridViewCell.DataGridViewCellAccessibleObject の親を取得します。(DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Role  DataGridViewCell.DataGridViewCellAccessibleObject役割取得します。(DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ State  DataGridViewCell.DataGridViewCellAccessibleObject の状態を取得します。(DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック プロパティ Value  所有しているセル書式指定済みの値を表す文字列を取得または設定します。 (DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド CreateObjRef  リモート オブジェクトとの通信使用するプロキシ生成必要な情報をすべて格納しているオブジェクト作成します。 (MarshalByRefObject から継承されます。)
パブリック メソッド DoDefaultAction オーバーライドされますDataGridViewButtonCell.DataGridViewButtonCellAccessibleObject既定アクション実行します
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 (Object から継承されます。)
パブリック メソッド GetChild  指定したインデックス対応するユーザー補助オブジェクト返します。 (DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド GetChildCount オーバーライドされますDataGridViewButtonCell.DataGridViewButtonCellAccessibleObject属する子ユーザー補助オブジェクトの数を取得します
パブリック メソッド GetFocused  キーボード フォーカスがある子ユーザー補助オブジェクト返します。 (DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 (Object から継承されます。)
パブリック メソッド GetHelpTopic  ヘルプ トピック識別子と、このユーザー補助オブジェクト関連付けられたヘルプ ファイルへのパス取得します。 (AccessibleObject から継承されます。)
パブリック メソッド GetLifetimeService  対象インスタンス有効期間ポリシー制御する現在の有効期間サービス オブジェクト取得します。 (MarshalByRefObject から継承されます。)
パブリック メソッド GetSelected  現在選択されている子ユーザー補助オブジェクト返します。 (DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド HitTest  指定した画面座標にある子オブジェクト取得します。 (AccessibleObject から継承されます。)
パブリック メソッド InitializeLifetimeService  対象インスタンス有効期間ポリシー制御する有効期間サービス オブジェクト取得します。 (MarshalByRefObject から継承されます。)
パブリック メソッド Navigate  他のユーザー補助オブジェクト移動します。 (DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド Select  ユーザー補助オブジェクト選択項目の修正またはキーボード フォーカス移動行います。 (DataGridViewCell.DataGridViewCellAccessibleObject から継承されます。)
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject クラス
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewButtonCell クラス
AccessibleObject クラス
DataGridViewColumnHeaderCell
DataGridViewRowHeaderCell
DataGridViewRow
DataGridViewCell
Control.AccessibleName プロパティ
Control.AccessibleDescription プロパティ
Control.AccessibleDefaultActionDescription プロパティ
Control.AccessibleRole プロパティ
Control.CreateAccessibilityInstance
DataGridView.DataGridViewAccessibleObject クラス
DataGridViewCell.DataGridViewCellAccessibleObject
DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject
DataGridViewRowHeaderCell.CreateAccessibilityInstance
AccessibleRole 列挙



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject」の関連用語

DataGridViewButtonCell.DataGridViewButtonCellAccessibleObjectのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DataGridViewButtonCell.DataGridViewButtonCellAccessibleObjectのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS