\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / ListBoxAccessibleObject Class / GetChild Method

In This Topic
    GetChild Method (ListBoxAccessibleObject)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetChild( _
       ByVal index As System.Integer _
    ) As System.Windows.Forms.AccessibleObject
    public override System.Windows.Forms.AccessibleObject GetChild( 
       System.int index
    )

    Parameters

    index
    See Also