InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / GetChild Method

In This Topic
    GetChild Method (ElementAccessibleObject)
    In This Topic
    Retrieves the accessible child corresponding to the specified index.
    Syntax
    'Declaration
     
    Public Overrides Function GetChild( _
       ByVal index As Integer _
    ) As AccessibleObject
    public override AccessibleObject GetChild( 
       int index
    )

    Parameters

    index

    Return Value

    An System.Windows.Forms.AccessibleObject that represents the accessible child corresponding to the specified index.
    See Also