'Declaration
Public Overridable Function GetChild( _ ByVal index As Integer _ ) As AccessibleObject
public virtual AccessibleObject GetChild( int index )
Parameters
- index
- The zero-based index of the accessible child.
Return Value
An System.Windows.Forms.AccessibleObject that represents the accessible child corresponding to the specified index.