# C1.Win.Input.Styles.StateBarStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Styles_StateBarStyle" data-uid="C1.Win.Input.Styles.StateBarStyle" class="text-break">StateBarStyle Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.html">StateBarStyle</a> contains display attributes that determine the general appearance
of the bar in some state on the screen.</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.10/C1.Win.Themes.StyledPropertyCollection.html">StyledPropertyCollection</a></div>
    <div class="level2"><a class="xref" href="../C1.Win.10/C1.Win.Themes.BaseStyle.html">BaseStyle</a></div>
    <div class="level3"><a class="xref" href="../C1.Win.10/C1.Win.Themes.BaseC1FrameworkStyle.html">BaseC1FrameworkStyle</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Input.Styles.StateElementBaseStyle.html">StateElementBaseStyle</a></div>
    <div class="level5"><span class="xref">StateBarStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Styles.html">C1.Win.Input.Styles</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Styles_StateBarStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StateBarStyle : StateElementBaseStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StateBarStyle
    Inherits StateElementBaseStyle
    Implements INotifyPropertyChanged, IDisposable</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_Input_Styles_StateBarStyle__ctor" data-uid="C1.Win.Input.Styles.StateBarStyle.#ctor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.-ctor.html#C1_Win_Input_Styles_StateBarStyle__ctor">StateBarStyle()</a>
        </td>
        <td class="markdown level1 summary"></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_Input_Styles_StateBarStyle_BackColor" data-uid="C1.Win.Input.Styles.StateBarStyle.BackColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.BackColor.html#C1_Win_Input_Styles_StateBarStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateBarStyle_BorderColor" data-uid="C1.Win.Input.Styles.StateBarStyle.BorderColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.BorderColor.html#C1_Win_Input_Styles_StateBarStyle_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to draw the border around the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateBarStyle_ForeColor" data-uid="C1.Win.Input.Styles.StateBarStyle.ForeColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ForeColor.html#C1_Win_Input_Styles_StateBarStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to paint the foreground.</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_Input_Styles_StateBarStyle_ResetBackColor" data-uid="C1.Win.Input.Styles.StateBarStyle.ResetBackColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ResetBackColor.html#C1_Win_Input_Styles_StateBarStyle_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.BackColor.html#C1_Win_Input_Styles_StateBarStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateBarStyle_ResetBorderColor" data-uid="C1.Win.Input.Styles.StateBarStyle.ResetBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ResetBorderColor.html#C1_Win_Input_Styles_StateBarStyle_ResetBorderColor">ResetBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.BorderColor.html#C1_Win_Input_Styles_StateBarStyle_BorderColor">BorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateBarStyle_ResetForeColor" data-uid="C1.Win.Input.Styles.StateBarStyle.ResetForeColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ResetForeColor.html#C1_Win_Input_Styles_StateBarStyle_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ForeColor.html#C1_Win_Input_Styles_StateBarStyle_ForeColor">ForeColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateBarStyle_ShouldSerializeBackColor" data-uid="C1.Win.Input.Styles.StateBarStyle.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ShouldSerializeBackColor.html#C1_Win_Input_Styles_StateBarStyle_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.BackColor.html#C1_Win_Input_Styles_StateBarStyle_BackColor">BackColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateBarStyle_ShouldSerializeBorderColor" data-uid="C1.Win.Input.Styles.StateBarStyle.ShouldSerializeBorderColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ShouldSerializeBorderColor.html#C1_Win_Input_Styles_StateBarStyle_ShouldSerializeBorderColor">ShouldSerializeBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.BorderColor.html#C1_Win_Input_Styles_StateBarStyle_BorderColor">BorderColor</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Styles_StateBarStyle_ShouldSerializeForeColor" data-uid="C1.Win.Input.Styles.StateBarStyle.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ShouldSerializeForeColor.html#C1_Win_Input_Styles_StateBarStyle_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.Styles.StateBarStyle.ForeColor.html#C1_Win_Input_Styles_StateBarStyle_ForeColor">ForeColor</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
