[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpStatusBarElementCollection.Contains

Contains Method

Contains(IFpStatusBarElement)

Determines whether the collection contains a specific value.

Declaration
public bool Contains(IFpStatusBarElement item)
Public Function Contains(item As IFpStatusBarElement) As Boolean
Parameters
Type Name Description
IFpStatusBarElement item

The value to locate in collection.

Returns
Type Description
bool

true if value is found in the collection; otherwise, false.

Implements