StatusBar.StatusBarPanelCollection.IndexOf(StatusBarPanel) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定面板集合中的索引。
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 方法。