ToolboxCategory.IList.IndexOf(Object) Method

Definition

Determines the index of a specific tool in the ToolboxCategory.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Parameters

value
Object

The Object to locate in the ToolboxCategory.

Returns

The zero-based index of value if found in the ToolboxCategory; otherwise, -1.

Implements

Exceptions

The value is null.

Remarks

ToolboxCategory implements the IList interface.

Applies to