StatusBar.StatusBarPanelCollection.IndexOf(StatusBarPanel) 方法

定义

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

public:
 int IndexOf(System::Windows::Forms::StatusBarPanel ^ panel);
public int IndexOf (System.Windows.Forms.StatusBarPanel panel);
member this.IndexOf : System.Windows.Forms.StatusBarPanel -> int
Public Function IndexOf (panel As StatusBarPanel) As Integer

参数

panel
StatusBarPanel

要在集合中查找的 StatusBarPanel

返回

面板在集合中的从零开始的索引;如果面板不在集合中,则为负一 (-1)。

注解

使用 IndexOf 方法可以确定面板在集合中的位置。 若要在调用此方法之前确定项是否位于集合中,请使用 Contains 方法。

适用于

另请参阅