Class CommandBarStripElementCollection.CommandBarStripElementEnumerator
Represents an element enumerator.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandBarStripElementEnumerator : IEnumerator<CommandBarStripElement>, IEnumerator, IDisposable
Constructors
CommandBarStripElementEnumerator(CommandBarStripElementCollection)
Initializes a new instance of the RadElementEnumerator class.
Declaration
public CommandBarStripElementEnumerator(CommandBarStripElementCollection mappings)
Parameters
CommandBarStripElementCollection
mappings
|
Properties
Current
Gets the current element in the collection.
Declaration
public CommandBarStripElement Current { get; }
Property Value
CommandBarStripElement
|
Implements
Methods
MoveNext()
Moves to the next element in the collection.
Declaration
public bool MoveNext()
Returns
System.Boolean
|
Reset()
Resets the enumerator position.
Declaration
public void Reset()
Explicit Interface Implementations
IEnumerator.Current
Gets the current element in the collection.
Declaration
object IEnumerator.Current { get; }
Returns
System.Object
|
Implements
IEnumerator.MoveNext()
Moves to the the next element of the collection.
Declaration
bool IEnumerator.MoveNext()
Returns
System.Boolean
|
Implements
IEnumerator.Reset()
Resets the enumerator position.
Declaration
void IEnumerator.Reset()
Implements
IDisposable.Dispose()
Disposes the enumeration.
Declaration
void IDisposable.Dispose()