StatusBar.StatusBarPanelCollection.IList.Contains(Object) Method

Definition

Determines whether the specified panel is located within the collection.

 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

Parameters

panel
Object

The StatusBarPanel to locate in the collection.

Returns

true if panel is a StatusBarPanel located within the collection; otherwise, false.

Implements

Applies to