StatusBar.StatusBarPanelCollection.IList.IndexOf(Object) Método

Definição

Retorna o índice do painel especificado dentro da coleção.Returns the index of the specified panel within the collection.

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

Parâmetros

panel
Object

O StatusBarPanel a ser localizado na coleção.The StatusBarPanel to locate in the collection.

Retornos

Int32

O índice de base zero do painel, se encontrado, dentro da coleção inteira; caso contrário, -1.The zero-based index of panel, if found, within the entire collection; otherwise, -1.

Implementações

Aplica-se a