Input for WinForms | ComponentOne
C1.Framework.Accessibility Namespace / DropDownAccessibleObject Class / GetChild Method
The zero-based index of the accessible child.

In This Topic
    GetChild Method (DropDownAccessibleObject)
    In This Topic
    Retrieves the accessible child corresponding to the specified index.
    Syntax
    '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.
    See Also