# C1.Win.Command.NavBarBaseStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_NavBarBaseStyle" data-uid="C1.Win.Command.NavBarBaseStyle" class="text-break">NavBarBaseStyle Class
</h1>
  <div class="markdown level0 summary"><p>C1NavBar base style.</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"><span class="xref">NavBarBaseStyle</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Command.NavBarBorderStyle.html">NavBarBorderStyle</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Command.NavBarButtonStyle.html">NavBarButtonStyle</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Command.NavBarCommonButtonStyle.html">NavBarCommonButtonStyle</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Command.NavBarPanelStyle.html">NavBarPanelStyle</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Command.NavBarSectionStyle.html">NavBarSectionStyle</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Command.NavBarSeparatorStyle.html">NavBarSeparatorStyle</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Command.NavBarStyle.html">NavBarStyle</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_NavBarBaseStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class NavBarBaseStyle : ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public MustInherit Class NavBarBaseStyle
    Implements ICustomTypeDescriptor</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="C1_Win_Command_NavBarBaseStyle_Owner" data-uid="C1.Win.Command.NavBarBaseStyle.Owner">
          <a class="xref" href="C1.Win.Command.NavBarBaseStyle.Owner.html#C1_Win_Command_NavBarBaseStyle_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Command.C1NavBar.html">C1NavBar</a> owner.</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_Command_NavBarBaseStyle_RaiseStyleChanged" data-uid="C1.Win.Command.NavBarBaseStyle.RaiseStyleChanged">
          <a class="xref" href="C1.Win.Command.NavBarBaseStyle.RaiseStyleChanged.html#C1_Win_Command_NavBarBaseStyle_RaiseStyleChanged">RaiseStyleChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Raise the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.stylechanged">StyleChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_NavBarBaseStyle_ShouldSerialize_System_Drawing_Color_" data-uid="C1.Win.Command.NavBarBaseStyle.ShouldSerialize(System.Drawing.Color)">
          <a class="xref" href="C1.Win.Command.NavBarBaseStyle.ShouldSerialize.html#C1_Win_Command_NavBarBaseStyle_ShouldSerialize_System_Drawing_Color_">ShouldSerialize(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_NavBarBaseStyle_ToString" data-uid="C1.Win.Command.NavBarBaseStyle.ToString">
          <a class="xref" href="C1.Win.Command.NavBarBaseStyle.ToString.html#C1_Win_Command_NavBarBaseStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
