# C1.WPF.Toolbar.C1ToolbarStrip

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Toolbar_C1ToolbarStrip" data-uid="C1.WPF.Toolbar.C1ToolbarStrip" class="text-break">C1ToolbarStrip Class
</h1>
  <div class="markdown level0 summary"><p>C1ToolbarStrip control represents a strip that contains one or more controls.
C1ToolbarStrip can be used alone or as content of toolbar group.</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">C1ToolbarStrip</span></div>
      <div class="level9"><a class="xref" href="C1.WPF.Toolbar.C1SimplifiedToolbarStrip.html">C1SimplifiedToolbarStrip</a></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>
  <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_C1ToolbarStrip_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ToolbarStrip : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ToolbarStrip
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</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_C1ToolbarStrip__ctor" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.#ctor">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.-ctor.html#C1_WPF_Toolbar_C1ToolbarStrip__ctor">C1ToolbarStrip()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.html">C1ToolbarStrip</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_C1ToolbarStrip_ButtonBackgroundProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.ButtonBackground.html#C1_WPF_Toolbar_C1ToolbarStrip_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_ButtonForegroundProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.ButtonForeground.html#C1_WPF_Toolbar_C1ToolbarStrip_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_FocusBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.FocusBrush.html#C1_WPF_Toolbar_C1ToolbarStrip_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_MouseOverBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarStrip_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_OrientationProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OrientationProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Orientation dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_OverflowPanelProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OverflowPanelProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OverflowPanelProperty.html">OverflowPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the OverflowPanel dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_OverflowProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OverflowProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OverflowProperty.html">OverflowProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Overflow dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_PressedBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarStrip_PressedBrush">PressedBrush</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_C1ToolbarStrip_ButtonBackground" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.ButtonBackground">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.ButtonBackground.html#C1_WPF_Toolbar_C1ToolbarStrip_ButtonBackground">ButtonBackground</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> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_ButtonForeground" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.ButtonForeground">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.ButtonForeground.html#C1_WPF_Toolbar_C1ToolbarStrip_ButtonForeground">ButtonForeground</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> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_FocusBrush" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.FocusBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.FocusBrush.html#C1_WPF_Toolbar_C1ToolbarStrip_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_C1ToolbarStrip_MouseOverBrush" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.MouseOverBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarStrip_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_C1ToolbarStrip_Orientation" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.Orientation">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.Orientation.html#C1_WPF_Toolbar_C1ToolbarStrip_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of the toolbar strip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_Overflow" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.Overflow">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.Overflow.html#C1_WPF_Toolbar_C1ToolbarStrip_Overflow">Overflow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the value that indicates how to handle the items
which do not fit to the available space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_OverflowMenuItems" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OverflowMenuItems">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OverflowMenuItems.html#C1_WPF_Toolbar_C1ToolbarStrip_OverflowMenuItems">OverflowMenuItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection that contains elements of overflow menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_OverflowPanel" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OverflowPanel">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OverflowPanel.html#C1_WPF_Toolbar_C1ToolbarStrip_OverflowPanel">OverflowPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for overflow panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_PressedBrush" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.PressedBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarStrip_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>
    </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_C1ToolbarStrip_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.ArrangeOverride.html#C1_WPF_Toolbar_C1ToolbarStrip_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when arranging a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_GetContainerForItemOverride" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.GetContainerForItemOverride">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.GetContainerForItemOverride.html#C1_WPF_Toolbar_C1ToolbarStrip_GetContainerForItemOverride">GetContainerForItemOverride()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the element to display the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_IsItemItsOwnContainerOverride_System_Object_" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.IsItemItsOwnContainerOverride(System.Object)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.IsItemItsOwnContainerOverride.html#C1_WPF_Toolbar_C1ToolbarStrip_IsItemItsOwnContainerOverride_System_Object_">IsItemItsOwnContainerOverride(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the specified item is its own container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.MeasureOverride.html#C1_WPF_Toolbar_C1ToolbarStrip_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when measuring a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_OnApplyTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OnApplyTemplate.html#C1_WPF_Toolbar_C1ToolbarStrip_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked during a call of ApplyTemplate() method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.PrepareContainerForItemOverride.html#C1_WPF_Toolbar_C1ToolbarStrip_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the specified element to display the specified item.</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_C1ToolbarStrip_OverflowItemAdded" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OverflowItemAdded">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OverflowItemAdded.html">OverflowItemAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when an element is added to the overflow items.
The overflow items include the elements hidden from
the toolbar strip due to lack of available space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarStrip_OverflowItemRemoved" data-uid="C1.WPF.Toolbar.C1ToolbarStrip.OverflowItemRemoved">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarStrip.OverflowItemRemoved.html">OverflowItemRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when an element is removed from the overflow items.
The overflow items include the elements hidden from
the toolbar strip due to lack of available space.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
