ActiveReports.Viewer3 Request technical support
Item Property
See Also 


index
The indexed location of the Tool in the collection.
Gets or sets the toolbar tool at the specified indexed location in the toolbar tools collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Tool
Visual Basic (Usage)Copy Code
Dim instance As ToolsCollection
Dim index As Integer
Dim value As Tool
 
value = instance.Item(index)
C# 
public Tool this[ 
   int index
]; {get;}

Parameters

index
The indexed location of the Tool in the collection.

Return Value

A Tool that represents the toolbar tool at the specified indexed location.

See Also