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 方法。

適用於

另請參閱