See Also

ToolsCollection Class  | ToolsCollection Members

Language

Visual Basic

C#

Show All

value
The Tool to locate in the collection.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

IndexOf Method

Retrieves the index of the specified toolbar button in the collection.

[Visual Basic]
Public Function IndexOf( _    ByVal value As Tool _ ) As Integer
[C#]
public int IndexOf(    Tool value );

Parameters

value
The Tool to locate in the collection.

Return Type

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

See Also

ToolsCollection Class  | ToolsCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.