ActiveReports3 Request technical support
Item(Int32) Property
See Also 


index
The indexed location of the Control in the collection.
Gets the Control object at the specified indexed location in the ControlCollection.

Syntax

Visual Basic (Declaration) 
Overloads Public ReadOnly Property Item( _
   ByVal index As Integer _
) As ARControl
Visual Basic (Usage)Copy Code
Dim instance As ControlCollection
Dim index As Integer
Dim value As ARControl
 
value = instance.Item(index)
C# 
public ARControl Item( 
   int index
) {get;}

Parameters

index
The indexed location of the Control in the collection.

See Also