SequenceDesignerAccessibleObject.GetChild(Int32) Método
Definição
Recupera o filho acessível correspondente ao local do índice especificado.Retrieves the accessible child that corresponds to the specified index location.
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
Parâmetros
- index
- Int32
O índice baseado em zero do filho acessível.The zero-based index for the accessible child.
Retornos
Um AccessibleObject que representa o filho acessível correspondente ao índice especificado.An AccessibleObject that represents the accessible child corresponding to the specified index.