ToolStrip.ToolStripAccessibleObject.GetChild(Int32) Метод

Определение

Извлекает доступный дочерний элемент, соответствующий указанному индексу.

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

Параметры

index
Int32

Отсчитываемый от нуля индекс доступного дочернего элемента.

Возвращаемое значение

AccessibleObject

Класс AccessibleObject, который представляет доступный дочерний элемент, соответствующий указанному индексу.

Применяется к

См. также раздел