[]
Determines the index of the value in the collection.
public int IndexOf(IFpStatusBarElement item)
Public Function IndexOf(item As IFpStatusBarElement) As Integer
Type | Name | Description |
---|---|---|
IFpStatusBarElement | item | The value to locate in the collection. |
Type | Description |
---|---|
int | Index of the string value if string value is found in the collection; otherwise, -1. |