DataGridViewRow.DataGridViewRowAccessibleObject.GetChild(Int32) Metoda

Definice

Vrátí přístupnou podřízenou hodnotu odpovídající zadanému indexu.

public:
 override System::Windows::Forms::AccessibleObject ^ GetChild(int index);
public override System.Windows.Forms.AccessibleObject GetChild(int index);
public override System.Windows.Forms.AccessibleObject? GetChild(int index);
override this.GetChild : int -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetChild (index As Integer) As AccessibleObject

Parametry

index
Int32

Index přístupného podřízeného objektu založený na nule.

Návraty

A DataGridViewCell.DataGridViewCellAccessibleObject , který představuje DataGridViewCell odpovídající zadanému indexu.

Výjimky

index je menší než 0.

nebo

Hodnota Owner vlastnosti je null.

Platí pro

Viz také