# C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator" data-uid="C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator" class="text-break">C1NavBarButton.ButtonCollection.Enumerator Class
</h1>
  <div class="markdown level0 summary"><p>Supports a simple iteration over a collection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1NavBarButton.ButtonCollection.Enumerator</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerator">IEnumerator</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1NavBarButton.ButtonCollection.Enumerator : IEnumerator</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1NavBarButton.ButtonCollection.Enumerator
    Implements IEnumerator</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator_Current" data-uid="C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator.Current">
          <a class="xref" href="C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator.Current.html#C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator_Current">Current</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current element in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator_MoveNext" data-uid="C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator.MoveNext">
          <a class="xref" href="C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator.MoveNext.html#C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator_MoveNext">MoveNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Advances the enumerator to the next element of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator_Reset" data-uid="C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator.Reset">
          <a class="xref" href="C1.Win.Command.C1NavBarButton.ButtonCollection.Enumerator.Reset.html#C1_Win_Command_C1NavBarButton_ButtonCollection_Enumerator_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the enumerator to its initial position, which is before the first element in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
