ActiveReports.Viewer3 Request technical support
GetChild Method
See Also 


index
The index of the child to be returned.
Returns the specified tool on the ToolbarAccessible object.

Syntax

Visual Basic (Declaration) 
Overrides Public Function GetChild( _
   ByVal index As Integer _
) As AccessibleObject
Visual Basic (Usage)Copy Code
Dim instance As ToolbarAccessible
Dim index As Integer
Dim value As AccessibleObject
 
value = instance.GetChild(index)
C# 
public override AccessibleObject GetChild( 
   int index
)

Parameters

index
The index of the child to be returned.

See Also