ToolStrip.ToolStripAccessibleObject.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.
Pobiera 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 AccessibleObject reprezentujący dostępny element podrzędny odpowiadający określonemu indeksowi.