Sdílet prostřednictvím


DataGridViewCell.DataGridViewCellAccessibleObject.Parent Vlastnost

Definice

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

Hodnota vlastnosti

Nadřazený objekt .DataGridViewCell.DataGridViewCellAccessibleObject

Výjimky

Hodnota Owner vlastnosti je null.

Poznámky

Vlastnost Parent vrátí hodnotu DataGridViewRow.DataGridViewRowAccessibleObject, která představuje DataGridViewRow , který obsahuje DataGridViewCell.

Platí pro

Viz také