Compartilhar via


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

Definição

Retorna o índice do painel especificado dentro da coleção.

 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.

Retornos

Int32

O índice de base zero do painel, se encontrado, dentro da coleção inteira; caso contrário, -1.

Implementações

Aplica-se a