DataGridViewRow.DataGridViewRowAccessibleObject.GetChild(Int32) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca dostępne dziecko odpowiadające określonemu indeksowi.
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
Indeks zera dostępnego elementu podrzędnego.
Zwraca
Element DataGridViewCell.DataGridViewCellAccessibleObject reprezentujący DataGridViewCell odpowiadający określonemu indeksowi.
Wyjątki
index
wartość jest mniejsza niż 0.
-lub-
Wartość Owner właściwości to null
.