ActiveReports 6 Online Help
IndexOf Method (ToolsCollection)

The Tool to locate in the collection.
Retrieves the index of the specified toolbar button in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Tool _
) As Integer
public int IndexOf( 
   Tool value
)

Parameters

value
The Tool to locate in the collection.

Return Value

The zero-based index of the item found in the collection; otherwise, -1.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolsCollection Class
ToolsCollection Members

Send Feedback