# FarPoint.Win.Spread.EnhancedInterfaceRenderer.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_EnhancedInterfaceRenderer__ctor_" data-uid="FarPoint.Win.Spread.EnhancedInterfaceRenderer.#ctor*">EnhancedInterfaceRenderer Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_EnhancedInterfaceRenderer__ctor_" data-uid="FarPoint.Win.Spread.EnhancedInterfaceRenderer.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_EnhancedInterfaceRenderer__ctor" data-uid="FarPoint.Win.Spread.EnhancedInterfaceRenderer.#ctor">EnhancedInterfaceRenderer()</h4>
<div class="markdown level1 summary"><p>Creates a new enhanced interface renderer with default values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public EnhancedInterfaceRenderer()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_Spread_EnhancedInterfaceRenderer__ctor_" data-uid="FarPoint.Win.Spread.EnhancedInterfaceRenderer.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_EnhancedInterfaceRenderer__ctor_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_EnhancedInterfaceRenderer_SheetTabShape_System_Drawing_Color_System_Windows_Forms_FlatStyle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_Spread_EnhancedInterfaceRenderer_ButtonStyles_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_" data-uid="FarPoint.Win.Spread.EnhancedInterfaceRenderer.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.EnhancedInterfaceRenderer.SheetTabShape,System.Drawing.Color,System.Windows.Forms.FlatStyle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.Spread.EnhancedInterfaceRenderer.ButtonStyles,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">EnhancedInterfaceRenderer(Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, SheetTabShape, Color, FlatStyle, Color, Color, Color, ButtonStyles, Color, Color, Color, Color)</h4>
<div class="markdown level1 summary"><p>Creates a new enhanced interface rendered with the specified parameters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public EnhancedInterfaceRenderer(Color arrowColorEnabled, Color arrowColorDisabled, Color foreColor, Color grayAreaColor, Color rangeGroupBackgroundColor, Color rangeGroupButtonBorderColor, Color rangeGroupLineColor, Color scrollBoxBackgroundColor, Color sheetTabBorderColor, Color sheetTabLowerActiveColor, Color sheetTabLowerNormalColor, Color sheetTabUpperActiveColor, Color sheetTabUpperNormalColor, Color splitBarBackgroundColor, Color splitBarDarkColor, Color splitBarLightColor, Color splitBoxBackgroundColor, Color splitBoxBorderColor, EnhancedInterfaceRenderer.SheetTabShape tabShape, Color tabStripBackgroundColor, FlatStyle tabStripButtonFlatStyle, Color tabStripButtonLowerActiveColor, Color tabStripButtonLowerNormalColor, Color tabStripButtonLowerPressedColor, EnhancedInterfaceRenderer.ButtonStyles tabStripButtonStyle, Color tabStripButtonUpperActiveColor, Color tabStripButtonUpperNormalColor, Color tabStripButtonUpperPressedColor, Color tabStripButtonBorderColor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(arrowColorEnabled As Color, arrowColorDisabled As Color, foreColor As Color, grayAreaColor As Color, rangeGroupBackgroundColor As Color, rangeGroupButtonBorderColor As Color, rangeGroupLineColor As Color, scrollBoxBackgroundColor As Color, sheetTabBorderColor As Color, sheetTabLowerActiveColor As Color, sheetTabLowerNormalColor As Color, sheetTabUpperActiveColor As Color, sheetTabUpperNormalColor As Color, splitBarBackgroundColor As Color, splitBarDarkColor As Color, splitBarLightColor As Color, splitBoxBackgroundColor As Color, splitBoxBorderColor As Color, tabShape As EnhancedInterfaceRenderer.SheetTabShape, tabStripBackgroundColor As Color, tabStripButtonFlatStyle As FlatStyle, tabStripButtonLowerActiveColor As Color, tabStripButtonLowerNormalColor As Color, tabStripButtonLowerPressedColor As Color, tabStripButtonStyle As EnhancedInterfaceRenderer.ButtonStyles, tabStripButtonUpperActiveColor As Color, tabStripButtonUpperNormalColor As Color, tabStripButtonUpperPressedColor As Color, tabStripButtonBorderColor 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.color">Color</a></td>
      <td><span class="parametername">arrowColorEnabled</span></td>
      <td><p>Color of the arrow when enabled</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">arrowColorDisabled</span></td>
      <td><p>Color of the arrow when disabled</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">foreColor</span></td>
      <td><p>Color of the text</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">grayAreaColor</span></td>
      <td><p>Color of the gray area</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">rangeGroupBackgroundColor</span></td>
      <td><p>Color of the background of the outline (range group)</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">rangeGroupButtonBorderColor</span></td>
      <td><p>Color of the button and border of the outline (range group)</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">rangeGroupLineColor</span></td>
      <td><p>Color of the line of the outline (range group)</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">scrollBoxBackgroundColor</span></td>
      <td><p>Color of the background of the scroll box</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">sheetTabBorderColor</span></td>
      <td><p>Color of the border of the sheet tab</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">sheetTabLowerActiveColor</span></td>
      <td><p>Color of the lower part of the sheet tab when selected</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">sheetTabLowerNormalColor</span></td>
      <td><p>Color of the lower part of the sheet tab when not selected</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">sheetTabUpperActiveColor</span></td>
      <td><p>Color of the upper part of the sheet tab when selected</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">sheetTabUpperNormalColor</span></td>
      <td><p>Color of the upper part of the sheet tab when not selected</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">splitBarBackgroundColor</span></td>
      <td><p>Color of the background of the splitter bar</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">splitBarDarkColor</span></td>
      <td><p>Color of the dark part of the splitter bar</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">splitBarLightColor</span></td>
      <td><p>Color of the light part of the splitter bar</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">splitBoxBackgroundColor</span></td>
      <td><p>Color of the background of the splitter box</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">splitBoxBorderColor</span></td>
      <td><p>Color of the border of the splitter box</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.EnhancedInterfaceRenderer.html">EnhancedInterfaceRenderer</a>.<a class="xref" href="FarPoint.Win.Spread.EnhancedInterfaceRenderer.SheetTabShape.html">SheetTabShape</a></td>
      <td><span class="parametername">tabShape</span></td>
      <td><p>Sheet tab shape</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">tabStripBackgroundColor</span></td>
      <td><p>Color of the background of the tab strip</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.flatstyle">FlatStyle</a></td>
      <td><span class="parametername">tabStripButtonFlatStyle</span></td>
      <td><p>Style of the tab strip button when flat</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">tabStripButtonLowerActiveColor</span></td>
      <td><p>Color of the lower part of the tab strip button when selected</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">tabStripButtonLowerNormalColor</span></td>
      <td><p>Color of the lower part of the tab strip button when not selected</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">tabStripButtonLowerPressedColor</span></td>
      <td><p>Color of the lower part of the tab strip button when pressed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.EnhancedInterfaceRenderer.html">EnhancedInterfaceRenderer</a>.<a class="xref" href="FarPoint.Win.Spread.EnhancedInterfaceRenderer.ButtonStyles.html">ButtonStyles</a></td>
      <td><span class="parametername">tabStripButtonStyle</span></td>
      <td><p>Style of the tab strip button</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">tabStripButtonUpperActiveColor</span></td>
      <td><p>Color of the upper part of the tab strip button when selected</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">tabStripButtonUpperNormalColor</span></td>
      <td><p>Color of the upper part of the tab strip button when not selected</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">tabStripButtonUpperPressedColor</span></td>
      <td><p>Color of the upper part of the tab strip button when pressed</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">tabStripButtonBorderColor</span></td>
      <td><p>Color of the border of the tab strip button</p>
</td>
    </tr>
  </tbody>
</table>
</div>
