# FarPoint.Win.ITabManager

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_ITabManager" data-uid="FarPoint.Win.ITabManager" class="text-break">ITabManager Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that provides the information for painting sheet tabs.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_ITabManager_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITabManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITabManager</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="FarPoint_Win_ITabManager_SelectedTab" data-uid="FarPoint.Win.ITabManager.SelectedTab">
          <a class="xref" href="FarPoint.Win.ITabManager.SelectedTab.html#FarPoint_Win_ITabManager_SelectedTab">SelectedTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the active tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_TabBackColor" data-uid="FarPoint.Win.ITabManager.TabBackColor">
          <a class="xref" href="FarPoint.Win.ITabManager.TabBackColor.html#FarPoint_Win_ITabManager_TabBackColor">TabBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_TabCount" data-uid="FarPoint.Win.ITabManager.TabCount">
          <a class="xref" href="FarPoint.Win.ITabManager.TabCount.html#FarPoint_Win_ITabManager_TabCount">TabCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of tabs.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_TabFont" data-uid="FarPoint.Win.ITabManager.TabFont">
          <a class="xref" href="FarPoint.Win.ITabManager.TabFont.html#FarPoint_Win_ITabManager_TabFont">TabFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_TabForeColor" data-uid="FarPoint.Win.ITabManager.TabForeColor">
          <a class="xref" href="FarPoint.Win.ITabManager.TabForeColor.html#FarPoint_Win_ITabManager_TabForeColor">TabForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_TabStrip" data-uid="FarPoint.Win.ITabManager.TabStrip">
          <a class="xref" href="FarPoint.Win.ITabManager.TabStrip.html#FarPoint_Win_ITabManager_TabStrip">TabStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tab strip.</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="FarPoint_Win_ITabManager_GetTabBackColor_System_Int32_" data-uid="FarPoint.Win.ITabManager.GetTabBackColor(System.Int32)">
          <a class="xref" href="FarPoint.Win.ITabManager.GetTabBackColor.html#FarPoint_Win_ITabManager_GetTabBackColor_System_Int32_">GetTabBackColor(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the background color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_GetTabFont_System_Int32_" data-uid="FarPoint.Win.ITabManager.GetTabFont(System.Int32)">
          <a class="xref" href="FarPoint.Win.ITabManager.GetTabFont.html#FarPoint_Win_ITabManager_GetTabFont_System_Int32_">GetTabFont(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_GetTabForeColor_System_Int32_" data-uid="FarPoint.Win.ITabManager.GetTabForeColor(System.Int32)">
          <a class="xref" href="FarPoint.Win.ITabManager.GetTabForeColor.html#FarPoint_Win_ITabManager_GetTabForeColor_System_Int32_">GetTabForeColor(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_GetTabPicture_System_Int32_" data-uid="FarPoint.Win.ITabManager.GetTabPicture(System.Int32)">
          <a class="xref" href="FarPoint.Win.ITabManager.GetTabPicture.html#FarPoint_Win_ITabManager_GetTabPicture_System_Int32_">GetTabPicture(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the picture of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_GetTabShape_System_Int32_" data-uid="FarPoint.Win.ITabManager.GetTabShape(System.Int32)">
          <a class="xref" href="FarPoint.Win.ITabManager.GetTabShape.html#FarPoint_Win_ITabManager_GetTabShape_System_Int32_">GetTabShape(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets tab shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_GetTabText_System_Int32_" data-uid="FarPoint.Win.ITabManager.GetTabText(System.Int32)">
          <a class="xref" href="FarPoint.Win.ITabManager.GetTabText.html#FarPoint_Win_ITabManager_GetTabText_System_Int32_">GetTabText(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_SetTabBackColor_System_Int32_System_Drawing_Color_" data-uid="FarPoint.Win.ITabManager.SetTabBackColor(System.Int32,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.ITabManager.SetTabBackColor.html#FarPoint_Win_ITabManager_SetTabBackColor_System_Int32_System_Drawing_Color_">SetTabBackColor(int, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the background color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_SetTabFont_System_Int32_System_Drawing_Font_" data-uid="FarPoint.Win.ITabManager.SetTabFont(System.Int32,System.Drawing.Font)">
          <a class="xref" href="FarPoint.Win.ITabManager.SetTabFont.html#FarPoint_Win_ITabManager_SetTabFont_System_Int32_System_Drawing_Font_">SetTabFont(int, Font)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the font of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_SetTabForeColor_System_Int32_System_Drawing_Color_" data-uid="FarPoint.Win.ITabManager.SetTabForeColor(System.Int32,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.ITabManager.SetTabForeColor.html#FarPoint_Win_ITabManager_SetTabForeColor_System_Int32_System_Drawing_Color_">SetTabForeColor(int, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the text color of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_SetTabPicture_System_Int32_FarPoint_Win_Picture_" data-uid="FarPoint.Win.ITabManager.SetTabPicture(System.Int32,FarPoint.Win.Picture)">
          <a class="xref" href="FarPoint.Win.ITabManager.SetTabPicture.html#FarPoint_Win_ITabManager_SetTabPicture_System_Int32_FarPoint_Win_Picture_">SetTabPicture(int, Picture)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the picture of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_SetTabShape_System_Int32_System_Drawing_Drawing2D_GraphicsPath_" data-uid="FarPoint.Win.ITabManager.SetTabShape(System.Int32,System.Drawing.Drawing2D.GraphicsPath)">
          <a class="xref" href="FarPoint.Win.ITabManager.SetTabShape.html#FarPoint_Win_ITabManager_SetTabShape_System_Int32_System_Drawing_Drawing2D_GraphicsPath_">SetTabShape(int, GraphicsPath)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets tab shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_SetTabText_System_Int32_System_String_" data-uid="FarPoint.Win.ITabManager.SetTabText(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.ITabManager.SetTabText.html#FarPoint_Win_ITabManager_SetTabText_System_Int32_System_String_">SetTabText(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the text of the tab.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_ITabManager_TabMove_System_Int32_System_Int32_" data-uid="FarPoint.Win.ITabManager.TabMove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.ITabManager.TabMove.html#FarPoint_Win_ITabManager_TabMove_System_Int32_System_Int32_">TabMove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves to a new tab.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_ITabManager_TabManagerChange" data-uid="FarPoint.Win.ITabManager.TabManagerChange">
          <a class="xref" href="FarPoint.Win.ITabManager.TabManagerChange.html">TabManagerChange</a>
        </td>
        <td class="markdown level1 summary"><p>Tab manager change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
