[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpStatusBarElementCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection.

Declaration
public IEnumerator<IFpStatusBarElement> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of IFpStatusBarElement)
Returns
Type Description
IEnumerator<IFpStatusBarElement>

Enumerator that can be used to iterate through the collection.

Implements