StatusBar.StatusBarPanelCollection.IList.IndexOf(Object) 方法

定义

返回指定的面板在集合中的索引。

 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

参数

panel
Object

要在集合中查找的 StatusBarPanel

返回

Int32

如果找到该面板,则为该面板在整个集合中的从零开始的索引;否则为 -1。

实现

适用于