# C1.Win.Command.C1DockingTabPages

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1DockingTabPages" data-uid="C1.Win.Command.C1DockingTabPages" class="text-break">C1DockingTabPages Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of C1DockingTabPage elements.</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">PagedControlsCollectionBase</span></div>
    <div class="level2"><span class="xref">C1DockingTabPages</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</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_C1DockingTabPages_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class C1DockingTabPages : PagedControlsCollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class C1DockingTabPages
    Inherits PagedControlsCollectionBase
    Implements IList, ICollection, IEnumerable</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_C1DockingTabPages_Item_System_Int32_" data-uid="C1.Win.Command.C1DockingTabPages.Item(System.Int32)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.Item.html#C1_Win_Command_C1DockingTabPages_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_Item_System_String_" data-uid="C1.Win.Command.C1DockingTabPages.Item(System.String)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.Item.html#C1_Win_Command_C1DockingTabPages_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a dockingtab page with the specified key from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_VisibleCount" data-uid="C1.Win.Command.C1DockingTabPages.VisibleCount">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.VisibleCount.html#C1_Win_Command_C1DockingTabPages_VisibleCount">VisibleCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns number of pages where TabVisible property is True.</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_C1DockingTabPages_Clear" data-uid="C1.Win.Command.C1DockingTabPages.Clear">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.Clear.html#C1_Win_Command_C1DockingTabPages_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the IList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_IndexOfKey_System_String_" data-uid="C1.Win.Command.C1DockingTabPages.IndexOfKey(System.String)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.IndexOfKey.html#C1_Win_Command_C1DockingTabPages_IndexOfKey_System_String_">IndexOfKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of the first occurrence of the C1DockingTabPage with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_OnPageAdded_System_Windows_Forms_Control_" data-uid="C1.Win.Command.C1DockingTabPages.OnPageAdded(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.OnPageAdded.html#C1_Win_Command_C1DockingTabPages_OnPageAdded_System_Windows_Forms_Control_">OnPageAdded(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_OnPageRemoved_System_Windows_Forms_Control_System_Int32_" data-uid="C1.Win.Command.C1DockingTabPages.OnPageRemoved(System.Windows.Forms.Control,System.Int32)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.OnPageRemoved.html#C1_Win_Command_C1DockingTabPages_OnPageRemoved_System_Windows_Forms_Control_System_Int32_">OnPageRemoved(Control, int)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_OnPageRemoved2_System_Windows_Forms_Control_System_Int32_" data-uid="C1.Win.Command.C1DockingTabPages.OnPageRemoved2(System.Windows.Forms.Control,System.Int32)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.OnPageRemoved2.html#C1_Win_Command_C1DockingTabPages_OnPageRemoved2_System_Windows_Forms_Control_System_Int32_">OnPageRemoved2(Control, int)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_RemoveAt_System_Int32_" data-uid="C1.Win.Command.C1DockingTabPages.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.RemoveAt.html#C1_Win_Command_C1DockingTabPages_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the IList item at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1DockingTabPages_check_page_System_Object_" data-uid="C1.Win.Command.C1DockingTabPages.check_page(System.Object)">
          <a class="xref" href="C1.Win.Command.C1DockingTabPages.check_page.html#C1_Win_Command_C1DockingTabPages_check_page_System_Object_">check_page(object)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
