DataGridViewRow.DataGridViewRowAccessibleObject.GetSelected メソッド

定義

現在選択されている DataGridViewCell オブジェクトを表すアクセス可能なオブジェクトを取得します。

public:
 override System::Windows::Forms::AccessibleObject ^ GetSelected();
public override System.Windows.Forms.AccessibleObject GetSelected();
override this.GetSelected : unit -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetSelected () As AccessibleObject

返品

DataGridViewRowで現在選択されているDataGridViewCell オブジェクトを表すアクセス可能なオブジェクト。

例外

Owner プロパティの値はnull

適用対象

こちらもご覧ください