# C1.Win.Command.TopicBarStyle.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_TopicBarStyle__ctor_" data-uid="C1.Win.Command.TopicBarStyle.#ctor*">TopicBarStyle Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_TopicBarStyle__ctor_" data-uid="C1.Win.Command.TopicBarStyle.#ctor*"></a>
<h4 id="C1_Win_Command_TopicBarStyle__ctor_System_Drawing_Font_System_Drawing_Color_System_Drawing_Font_System_Drawing_Color_System_Drawing_Font_System_Drawing_Color_System_Drawing_Font_System_Drawing_Color_" data-uid="C1.Win.Command.TopicBarStyle.#ctor(System.Drawing.Font,System.Drawing.Color,System.Drawing.Font,System.Drawing.Color,System.Drawing.Font,System.Drawing.Color,System.Drawing.Font,System.Drawing.Color)">TopicBarStyle(Font, Color, Font, Color, Font, Color, Font, Color)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.TopicBarStyle.html">TopicBarStyle</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TopicBarStyle(Font normalFont, Color normalForeColor, Font mouseOverFont, Color mouseOverForeColor, Font disabledFont, Color disabledForeColor, Font pressedFont, Color pressedForeColor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(normalFont As Font, normalForeColor As Color, mouseOverFont As Font, mouseOverForeColor As Color, disabledFont As Font, disabledForeColor As Color, pressedFont As Font, pressedForeColor As Color)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">normalFont</span></td>
      <td><p>Normal font.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">normalForeColor</span></td>
      <td><p>Normal ForeColor.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">mouseOverFont</span></td>
      <td><p>The mouse over font.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">mouseOverForeColor</span></td>
      <td><p>The mouse over ForeColor.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">disabledFont</span></td>
      <td><p>The disabled font.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">disabledForeColor</span></td>
      <td><p>The disabled font ForeColor.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">pressedFont</span></td>
      <td><p>The pressed font.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">pressedForeColor</span></td>
      <td><p>The pressed font ForeColor.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
