# C1.Win.Command.C1NavBarPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1NavBarPanel" data-uid="C1.Win.Command.C1NavBarPanel" class="text-break">C1NavBarPanel Class
</h1>
  <div class="markdown level0 summary"><p>Represents the panel of navigation bar.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.panel">Panel</a></div>
    <div class="level6"><span class="xref">C1NavBarPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</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.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1NavBarPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Docking(DockingBehavior.Never)]
public class C1NavBarPanel : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Docking(DockingBehavior.Never)&gt;
Public Class C1NavBarPanel
    Inherits Panel
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, 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_Command_C1NavBarPanel__ctor" data-uid="C1.Win.Command.C1NavBarPanel.#ctor">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.-ctor.html#C1_Win_Command_C1NavBarPanel__ctor">C1NavBarPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1NavBarPanel class.</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_Command_C1NavBarPanel_BackColor" data-uid="C1.Win.Command.C1NavBarPanel.BackColor">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.BackColor.html#C1_Win_Command_C1NavBarPanel_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_Button" data-uid="C1.Win.Command.C1NavBarPanel.Button">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.Button.html#C1_Win_Command_C1NavBarPanel_Button">Button</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the corresponding button for this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_DefaultSize" data-uid="C1.Win.Command.C1NavBarPanel.DefaultSize">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.DefaultSize.html#C1_Win_Command_C1NavBarPanel_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_PanelVisible" data-uid="C1.Win.Command.C1NavBarPanel.PanelVisible">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.PanelVisible.html#C1_Win_Command_C1NavBarPanel_PanelVisible">PanelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the panel is visible.</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_C1NavBarPanel_OnPaintBackground_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Command.C1NavBarPanel.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.OnPaintBackground.html#C1_Win_Command_C1NavBarPanel_OnPaintBackground_System_Windows_Forms_PaintEventArgs_">OnPaintBackground(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_ResetBackColor" data-uid="C1.Win.Command.C1NavBarPanel.ResetBackColor">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.ResetBackColor.html#C1_Win_Command_C1NavBarPanel_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_ResetButton" data-uid="C1.Win.Command.C1NavBarPanel.ResetButton">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.ResetButton.html#C1_Win_Command_C1NavBarPanel_ResetButton">ResetButton()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.Command.C1NavBarPanel.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.SetBoundsCore.html#C1_Win_Command_C1NavBarPanel_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_">SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_ShouldSerializeBackColor" data-uid="C1.Win.Command.C1NavBarPanel.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.ShouldSerializeBackColor.html#C1_Win_Command_C1NavBarPanel_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1NavBarPanel_ShouldSerializeButton" data-uid="C1.Win.Command.C1NavBarPanel.ShouldSerializeButton">
          <a class="xref" href="C1.Win.Command.C1NavBarPanel.ShouldSerializeButton.html#C1_Win_Command_C1NavBarPanel_ShouldSerializeButton">ShouldSerializeButton()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
