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

定義

判斷指定的面板是否位於集合中。

 virtual bool System.Collections.IList.Contains(System::Object ^ panel) = System::Collections::IList::Contains;
bool IList.Contains (object panel);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (panel As Object) As Boolean Implements IList.Contains

參數

panel
Object

要在集合中尋找的 StatusBarPanel

傳回

Boolean

如果面板是位於集合中的 StatusBarPanel,則為 true,否則為 false

實作

適用於