DataGridViewCell.DataGridViewCellAccessibleObject.Select メソッド

定義

ユーザー補助オブジェクトの選択項目の修正またはキーボード フォーカスの移動を行います。

public:
 override void Select(System::Windows::Forms::AccessibleSelection flags);
public override void Select (System.Windows.Forms.AccessibleSelection flags);
override this.Select : System.Windows.Forms.AccessibleSelection -> unit
Public Overrides Sub Select (flags As AccessibleSelection)

パラメーター

flags
AccessibleSelection

AccessibleSelection 値のいずれか 1 つ。

例外

Owner プロパティの値が null です。

注釈

次の表では、 メソッドによって各flags値に対してSelect実行されるアクションについて説明します。

パラメーター値 操作
TakeFocus DataGridView フォーカスを取ります。
TakeSelection DataGridViewCellこれをDataGridViewCell.DataGridViewCellAccessibleObject所有する にはフォーカスが必要です。
AddSelection DataGridViewCellが プロパティにSelectedCells追加されます。
RemoveSelection DataGridViewCellが プロパティからSelectedCells削除されます。
その他 AccessibleSelection のすべての値 アクションは行われません。

適用対象

こちらもご覧ください