Class ContextualTabGroupCollection.ContextualTabGroupEnumerator
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ContextualTabGroupEnumerator : IEnumerator
Constructors
ContextualTabGroupEnumerator(ContextualTabGroupCollection)
Initializes a new instance of the ContextualTabGroupEnumerator class using a collection of ribbon bar command tabs.
Declaration
public ContextualTabGroupEnumerator(ContextualTabGroupCollection mappings)
Parameters
ContextualTabGroupCollection
mappings
|
Properties
Current
Gets the current element of the collection.
Declaration
public ContextualTabGroup Current { get; }
Property Value
ContextualTabGroup
|
Methods
MoveNext()
Moves to the next element in the collection. When invoked for the first time, moves to the first element of the collection.
Declaration
public bool MoveNext()
Returns
System.Boolean
|
Reset()
Resets the iterator.
Declaration
public void Reset()
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
System.Object
|
Implements
IEnumerator.MoveNext()
Declaration
bool IEnumerator.MoveNext()
Returns
System.Boolean
|
Implements
IEnumerator.Reset()
Declaration
void IEnumerator.Reset()