Sdílet prostřednictvím


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 na základě nuly přístupného podřízeného objektu.

Návraty

AccessibleObject

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é