C1.Win.4.8 Assembly / C1.Framework.Accessibility Namespace / C1ControlAccessibleObject Class / GetChild Method

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

Parameters

index

Return Value

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