DataGridViewCell.DataGridViewCellAccessibleObject.Parent プロパティ

定義

public:
 virtual property System::Windows::Forms::AccessibleObject ^ Parent { System::Windows::Forms::AccessibleObject ^ get(); };
public override System.Windows.Forms.AccessibleObject Parent { get; }
public override System.Windows.Forms.AccessibleObject? Parent { get; }
member this.Parent : System.Windows.Forms.AccessibleObject
Public Overrides ReadOnly Property Parent As AccessibleObject

プロパティ値

DataGridViewCell.DataGridViewCellAccessibleObject の親です。

例外

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

注釈

プロパティはParent、 をDataGridViewRow.DataGridViewRowAccessibleObject含む DataGridViewCellDataGridViewRow表す を返します。

適用対象

こちらもご覧ください