# C1.WPF.Toolbar.C1Toolbar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Toolbar_C1Toolbar" data-uid="C1.WPF.Toolbar.C1Toolbar" class="text-break">C1Toolbar Class
</h1>
  <div class="markdown level0 summary"><p>C1Toolbar control represents a toolbar that contains the controls consolidated
in the toolbar groups. Usually C1Toolbar consists from one or more C1ToolbarGroups.</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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level8"><span class="xref">C1ToolbarBase</span></div>
    <div class="level9"><span class="xref">C1Toolbar</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.icontainitemstorage">IContainItemStorage</a></div>
    <div><a class="xref" href="C1.WPF.Toolbar.ISimplifiedToolbar.html">ISimplifiedToolbar</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Toolbar.html">C1.WPF.Toolbar</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Toolbar.4.6.2.dll</h6>
  <h5 id="C1_WPF_Toolbar_C1Toolbar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Toolbar : C1ToolbarBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, ISimplifiedToolbar</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Toolbar
    Inherits C1ToolbarBase
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, ISimplifiedToolbar</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_WPF_Toolbar_C1Toolbar__ctor" data-uid="C1.WPF.Toolbar.C1Toolbar.#ctor">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.-ctor.html#C1_WPF_Toolbar_C1Toolbar__ctor">C1Toolbar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.html">C1Toolbar</a>.</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_WPF_Toolbar_C1Toolbar_FocusBrushProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.FocusBrush.html#C1_WPF_Toolbar_C1Toolbar_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_MouseOverBrushProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.MouseOverBrush.html#C1_WPF_Toolbar_C1Toolbar_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_PressedBrushProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.PressedBrush.html#C1_WPF_Toolbar_C1Toolbar_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ShowCollapseButtonProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.ShowCollapseButtonProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ShowCollapseButtonProperty.html">ShowCollapseButtonProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ShowCollapseButton.html#C1_WPF_Toolbar_C1Toolbar_ShowCollapseButton">ShowCollapseButton</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ShowHelpButtonProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.ShowHelpButtonProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ShowHelpButtonProperty.html">ShowHelpButtonProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ShowHelpButton.html#C1_WPF_Toolbar_C1Toolbar_ShowHelpButton">ShowHelpButton</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_TabItemsSourceProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.TabItemsSourceProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.TabItemsSourceProperty.html">TabItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ToolbarGroupStyleProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.ToolbarGroupStyleProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarGroupStyleProperty.html">ToolbarGroupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarGroupStyle.html#C1_WPF_Toolbar_C1Toolbar_ToolbarGroupStyle">ToolbarGroupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ToolbarTabStyleProperty" data-uid="C1.WPF.Toolbar.C1Toolbar.ToolbarTabStyleProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarTabStyleProperty.html">ToolbarTabStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarTabStyle.html#C1_WPF_Toolbar_C1Toolbar_ToolbarTabStyle">ToolbarTabStyle</a> dependency property.</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_WPF_Toolbar_C1Toolbar_FocusBrush" data-uid="C1.WPF.Toolbar.C1Toolbar.FocusBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.FocusBrush.html#C1_WPF_Toolbar_C1Toolbar_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_MouseOverBrush" data-uid="C1.WPF.Toolbar.C1Toolbar.MouseOverBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.MouseOverBrush.html#C1_WPF_Toolbar_C1Toolbar_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_PressedBrush" data-uid="C1.WPF.Toolbar.C1Toolbar.PressedBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.PressedBrush.html#C1_WPF_Toolbar_C1Toolbar_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ShowCollapseButton" data-uid="C1.WPF.Toolbar.C1Toolbar.ShowCollapseButton">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ShowCollapseButton.html#C1_WPF_Toolbar_C1Toolbar_ShowCollapseButton">ShowCollapseButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collapse button visibility</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ShowHelpButton" data-uid="C1.WPF.Toolbar.C1Toolbar.ShowHelpButton">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ShowHelpButton.html#C1_WPF_Toolbar_C1Toolbar_ShowHelpButton">ShowHelpButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the help button visibility</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ToolbarGroupStyle" data-uid="C1.WPF.Toolbar.C1Toolbar.ToolbarGroupStyle">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarGroupStyle.html#C1_WPF_Toolbar_C1Toolbar_ToolbarGroupStyle">ToolbarGroupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the toolbar group style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ToolbarItems" data-uid="C1.WPF.Toolbar.C1Toolbar.ToolbarItems">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarItems.html#C1_WPF_Toolbar_C1Toolbar_ToolbarItems">ToolbarItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of toolbar items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ToolbarItemsSource" data-uid="C1.WPF.Toolbar.C1Toolbar.ToolbarItemsSource">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarItemsSource.html#C1_WPF_Toolbar_C1Toolbar_ToolbarItemsSource">ToolbarItemsSource</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_ToolbarTabStyle" data-uid="C1.WPF.Toolbar.C1Toolbar.ToolbarTabStyle">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.ToolbarTabStyle.html#C1_WPF_Toolbar_C1Toolbar_ToolbarTabStyle">ToolbarTabStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the toolbar tab control style.</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_WPF_Toolbar_C1Toolbar_OnApplyTemplate" data-uid="C1.WPF.Toolbar.C1Toolbar.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.OnApplyTemplate.html#C1_WPF_Toolbar_C1Toolbar_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when applying template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.Toolbar.C1Toolbar.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.PrepareContainerForItemOverride.html#C1_WPF_Toolbar_C1Toolbar_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares item container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_Toggle" data-uid="C1.WPF.Toolbar.C1Toolbar.Toggle">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.Toggle.html#C1_WPF_Toolbar_C1Toolbar_Toggle">Toggle()</a>
        </td>
        <td class="markdown level1 summary"><p>Toggle toolbar content.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Toolbar_C1Toolbar_HelpClick" data-uid="C1.WPF.Toolbar.C1Toolbar.HelpClick">
          <a class="xref" href="C1.WPF.Toolbar.C1Toolbar.HelpClick.html">HelpClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when help buttom is clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
