# C1.WPF.Ribbon.C1ToolStrip

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Ribbon_C1ToolStrip" data-uid="C1.WPF.Ribbon.C1ToolStrip" class="text-break">C1ToolStrip Class
</h1>
  <div class="markdown level0 summary"><p>C1ToolStrip control represents a strip that contains one or more controls.</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.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level6"><span class="xref">C1ToolStrip</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="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Ribbon.html">C1.WPF.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Ribbon.dll</h6>
  <h5 id="C1_WPF_Ribbon_C1ToolStrip_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;ToolStyle&quot;, StyleTargetType = typeof(C1Tool))]
[StyleTypedProperty(Property = &quot;EditableToolStyle&quot;, StyleTargetType = typeof(C1Tool))]
[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = &quot;OverflowDropDown&quot;, Type = typeof(C1DropDownButton))]
[TemplatePart(Name = &quot;OverflowMenu&quot;, Type = typeof(ToolMenuList))]
public class C1ToolStrip : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;ToolStyle&quot;, StyleTargetType:=GetType(C1Tool))&gt;
&lt;StyleTypedProperty(Property:=&quot;EditableToolStyle&quot;, StyleTargetType:=GetType(C1Tool))&gt;
&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;TemplatePart(Name:=&quot;OverflowDropDown&quot;, Type:=GetType(C1DropDownButton))&gt;
&lt;TemplatePart(Name:=&quot;OverflowMenu&quot;, Type:=GetType(ToolMenuList))&gt;
Public Class C1ToolStrip
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable</code></pre>
  </div>
  <h5 id="C1_WPF_Ribbon_C1ToolStrip_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>C1ToolStrip can be used alone or as content of toolbar group.</p>
</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_Ribbon_C1ToolStrip__ctor" data-uid="C1.WPF.Ribbon.C1ToolStrip.#ctor">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.-ctor.html#C1_WPF_Ribbon_C1ToolStrip__ctor">C1ToolStrip()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.html">C1ToolStrip</a> class.</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_Ribbon_C1ToolStrip_EditableToolStyleProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.EditableToolStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.EditableToolStyleProperty.html">EditableToolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.EditableToolStyle.html#C1_WPF_Ribbon_C1ToolStrip_EditableToolStyle">EditableToolStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_GroupCornerRadiusProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.GroupCornerRadiusProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.GroupCornerRadiusProperty.html">GroupCornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.GroupCornerRadius.html#C1_WPF_Ribbon_C1ToolStrip_GroupCornerRadius">GroupCornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_OrientationProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.OrientationProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Orientation.html#C1_WPF_Ribbon_C1ToolStrip_Orientation">Orientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_OverflowDropDownStyleProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.OverflowDropDownStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.OverflowDropDownStyleProperty.html">OverflowDropDownStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.OverflowDropDownStyle.html#C1_WPF_Ribbon_C1ToolStrip_OverflowDropDownStyle">OverflowDropDownStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_OverflowProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.OverflowProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.OverflowProperty.html">OverflowProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Overflow.html#C1_WPF_Ribbon_C1ToolStrip_Overflow">Overflow</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_PopupStyleProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.PopupStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.PopupStyle.html#C1_WPF_Ribbon_C1ToolStrip_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ThemeProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.ThemeProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ThemeProperty.html">ThemeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Theme.html#C1_WPF_Ribbon_C1ToolStrip_Theme">Theme</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolIconSizeProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolIconSizeProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolIconSizeProperty.html">ToolIconSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolIconSize.html#C1_WPF_Ribbon_C1ToolStrip_ToolIconSize">ToolIconSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolLabelVisibilityProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolLabelVisibilityProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolLabelVisibilityProperty.html">ToolLabelVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolLabelVisibility.html#C1_WPF_Ribbon_C1ToolStrip_ToolLabelVisibility">ToolLabelVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolOrientationProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolOrientationProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolOrientationProperty.html">ToolOrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolOrientation.html#C1_WPF_Ribbon_C1ToolStrip_ToolOrientation">ToolOrientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolStyleProperty" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolStyleProperty">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolStyleProperty.html">ToolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolStyle.html#C1_WPF_Ribbon_C1ToolStrip_ToolStyle">ToolStyle</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_Ribbon_C1ToolStrip_EditableToolStyle" data-uid="C1.WPF.Ribbon.C1ToolStrip.EditableToolStyle">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.EditableToolStyle.html#C1_WPF_Ribbon_C1ToolStrip_EditableToolStyle">EditableToolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to editable tools.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_GroupCornerRadius" data-uid="C1.WPF.Ribbon.C1ToolStrip.GroupCornerRadius">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.GroupCornerRadius.html#C1_WPF_Ribbon_C1ToolStrip_GroupCornerRadius">GroupCornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the corner-radius applied to a group of tools between two separators.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_IsDisposed" data-uid="C1.WPF.Ribbon.C1ToolStrip.IsDisposed">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.IsDisposed.html#C1_WPF_Ribbon_C1ToolStrip_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_Orientation" data-uid="C1.WPF.Ribbon.C1ToolStrip.Orientation">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Orientation.html#C1_WPF_Ribbon_C1ToolStrip_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_Ribbon_C1ToolStrip_Overflow" data-uid="C1.WPF.Ribbon.C1ToolStrip.Overflow">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Overflow.html#C1_WPF_Ribbon_C1ToolStrip_Overflow">Overflow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets 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_Ribbon_C1ToolStrip_OverflowDropDownStyle" data-uid="C1.WPF.Ribbon.C1ToolStrip.OverflowDropDownStyle">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.OverflowDropDownStyle.html#C1_WPF_Ribbon_C1ToolStrip_OverflowDropDownStyle">OverflowDropDownStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the overflow drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_OverflowItems" data-uid="C1.WPF.Ribbon.C1ToolStrip.OverflowItems">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.OverflowItems.html#C1_WPF_Ribbon_C1ToolStrip_OverflowItems">OverflowItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items that does not fit inline and will be shown in the overflow menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_PopupStyle" data-uid="C1.WPF.Ribbon.C1ToolStrip.PopupStyle">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.PopupStyle.html#C1_WPF_Ribbon_C1ToolStrip_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_Theme" data-uid="C1.WPF.Ribbon.C1ToolStrip.Theme">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Theme.html#C1_WPF_Ribbon_C1ToolStrip_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object containing C1ToolStrip theme resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolIconSize" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolIconSize">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolIconSize.html#C1_WPF_Ribbon_C1ToolStrip_ToolIconSize">ToolIconSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the tool icons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolLabelVisibility" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolLabelVisibility">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolLabelVisibility.html#C1_WPF_Ribbon_C1ToolStrip_ToolLabelVisibility">ToolLabelVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the label of the tools.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolOrientation" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolOrientation">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolOrientation.html#C1_WPF_Ribbon_C1ToolStrip_ToolOrientation">ToolOrientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation inside every of the tools.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ToolStyle" data-uid="C1.WPF.Ribbon.C1ToolStrip.ToolStyle">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ToolStyle.html#C1_WPF_Ribbon_C1ToolStrip_ToolStyle">ToolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the tools.</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_Ribbon_C1ToolStrip_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Ribbon.C1ToolStrip.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ArrangeOverride.html#C1_WPF_Ribbon_C1ToolStrip_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.Ribbon.C1ToolStrip.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.ClearContainerForItemOverride.html#C1_WPF_Ribbon_C1ToolStrip_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_">ClearContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_Dispose" data-uid="C1.WPF.Ribbon.C1ToolStrip.Dispose">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Dispose.html#C1_WPF_Ribbon_C1ToolStrip_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_Dispose_System_Boolean_" data-uid="C1.WPF.Ribbon.C1ToolStrip.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Dispose.html#C1_WPF_Ribbon_C1ToolStrip_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_Finalize" data-uid="C1.WPF.Ribbon.C1ToolStrip.Finalize">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.Finalize.html#C1_WPF_Ribbon_C1ToolStrip_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.html">C1ToolStrip</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_GetContainerForItemOverride" data-uid="C1.WPF.Ribbon.C1ToolStrip.GetContainerForItemOverride">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.GetContainerForItemOverride.html#C1_WPF_Ribbon_C1ToolStrip_GetContainerForItemOverride">GetContainerForItemOverride()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_IsItemItsOwnContainerOverride_System_Object_" data-uid="C1.WPF.Ribbon.C1ToolStrip.IsItemItsOwnContainerOverride(System.Object)">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.IsItemItsOwnContainerOverride.html#C1_WPF_Ribbon_C1ToolStrip_IsItemItsOwnContainerOverride_System_Object_">IsItemItsOwnContainerOverride(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Ribbon.C1ToolStrip.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.MeasureOverride.html#C1_WPF_Ribbon_C1ToolStrip_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_OnApplyTemplate" data-uid="C1.WPF.Ribbon.C1ToolStrip.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.OnApplyTemplate.html#C1_WPF_Ribbon_C1ToolStrip_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_C1ToolStrip_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.Ribbon.C1ToolStrip.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.Ribbon.C1ToolStrip.PrepareContainerForItemOverride.html#C1_WPF_Ribbon_C1ToolStrip_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
