StatusBar.StatusBarPanelCollection.IList.Contains(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.