# C1.Win.Schedule.UI.PaletteOffice2016

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_UI_PaletteOffice2016" data-uid="C1.Win.Schedule.UI.PaletteOffice2016" class="text-break">PaletteOffice2016 Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.html">PaletteOffice2016</a> Class represents a set of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a>
values which are used for displaying <a class="xref" href="C1.Win.Schedule.C1Schedule.html">C1Schedule</a>.
<remarks>
The default value for each color is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color.empty">Empty</a>.
The <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.AccentColor.html">AccentColor</a> field should
always contain unique <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value before adding the <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.html">PaletteOffice2016</a>
object to the <a class="xref" href="C1.Win.Schedule.UI.Palettes.html">Palettes</a> collection.
For other fields <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color.empty">Empty</a> is allowed. In such case control
uses the corresponding color from the theme definition.
</remarks></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"><a class="xref" href="C1.Win.Schedule.UI.Palette.html">Palette</a></div>
    <div class="level2"><span class="xref">PaletteOffice2016</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.UI.html">C1.Win.Schedule.UI</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_UI_PaletteOffice2016_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PaletteOffice2016 : Palette</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PaletteOffice2016
    Inherits Palette</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Schedule_UI_PaletteOffice2016__ctor_C1_Win_Schedule_UI_PaletteType_" data-uid="C1.Win.Schedule.UI.PaletteOffice2016.#ctor(C1.Win.Schedule.UI.PaletteType)">
          <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.-ctor.html#C1_Win_Schedule_UI_PaletteOffice2016__ctor_C1_Win_Schedule_UI_PaletteType_">PaletteOffice2016(PaletteType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.html">PaletteOffice2016</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_UI_PaletteOffice2016__ctor_C1_Win_Schedule_UI_PaletteType_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_" data-uid="C1.Win.Schedule.UI.PaletteOffice2016.#ctor(C1.Win.Schedule.UI.PaletteType,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
          <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.-ctor.html#C1_Win_Schedule_UI_PaletteOffice2016__ctor_C1_Win_Schedule_UI_PaletteType_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_System_Drawing_Color_">PaletteOffice2016(PaletteType, Color, Color, Color, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.html">PaletteOffice2016</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Schedule_UI_PaletteOffice2016_AccentColor" data-uid="C1.Win.Schedule.UI.PaletteOffice2016.AccentColor">
          <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.AccentColor.html">AccentColor</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value which is used for displaying navigation panels.
This field should always contain unique <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_UI_PaletteOffice2016_TodayColor" data-uid="C1.Win.Schedule.UI.PaletteOffice2016.TodayColor">
          <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.TodayColor.html">TodayColor</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value which is used for highlighting current day.
This field should always contain unique <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Schedule_UI_PaletteOffice2016_KeyColor" data-uid="C1.Win.Schedule.UI.PaletteOffice2016.KeyColor">
          <a class="xref" href="C1.Win.Schedule.UI.PaletteOffice2016.KeyColor.html#C1_Win_Schedule_UI_PaletteOffice2016_KeyColor">KeyColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the key <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value for the current palette.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
