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

返回

如果面板是位于集合内的 StatusBarPanel,则为 true;否则为 false

实现

适用于