# C1.Blazor.Ribbon.C1ToolStrip

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Ribbon_C1ToolStrip" data-uid="C1.Blazor.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/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><span class="xref">C1ToolStrip</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</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.Blazor.Ribbon.html">C1.Blazor.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Ribbon.dll</h6>
  <h5 id="C1_Blazor_Ribbon_C1ToolStrip_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ToolStrip : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ToolStrip
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <h5 id="C1_Blazor_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_Blazor_Ribbon_C1ToolStrip__ctor" data-uid="C1.Blazor.Ribbon.C1ToolStrip.#ctor">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.-ctor.html#C1_Blazor_Ribbon_C1ToolStrip__ctor">C1ToolStrip()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.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_Blazor_Ribbon_C1ToolStrip_EditableToolStyleProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.EditableToolStyleProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.EditableToolStyleProperty.html">EditableToolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.EditableToolStyle.html#C1_Blazor_Ribbon_C1ToolStrip_EditableToolStyle">EditableToolStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_GroupCornerRadiusProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.GroupCornerRadiusProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.GroupCornerRadiusProperty.html">GroupCornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.GroupCornerRadius.html#C1_Blazor_Ribbon_C1ToolStrip_GroupCornerRadius">GroupCornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_IsToolLabelVisibleProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.IsToolLabelVisibleProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.IsToolLabelVisibleProperty.html">IsToolLabelVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.IsToolLabelVisible.html#C1_Blazor_Ribbon_C1ToolStrip_IsToolLabelVisible">IsToolLabelVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_ItemTemplateProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ItemTemplateProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ItemTemplateProperty.html">ItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ItemTemplate.html#C1_Blazor_Ribbon_C1ToolStrip_ItemTemplate">ItemTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_ItemsSourceProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ItemsSourceProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ItemsSource.html#C1_Blazor_Ribbon_C1ToolStrip_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_OrientationProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OrientationProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.Orientation.html#C1_Blazor_Ribbon_C1ToolStrip_Orientation">Orientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_OverflowDropDownStyleProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OverflowDropDownStyleProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OverflowDropDownStyleProperty.html">OverflowDropDownStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OverflowDropDownStyle.html#C1_Blazor_Ribbon_C1ToolStrip_OverflowDropDownStyle">OverflowDropDownStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_OverflowProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OverflowProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OverflowProperty.html">OverflowProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.Overflow.html#C1_Blazor_Ribbon_C1ToolStrip_Overflow">Overflow</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_PopupStyleProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.PopupStyleProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.PopupStyle.html#C1_Blazor_Ribbon_C1ToolStrip_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_ToolIconSizeProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ToolIconSizeProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolIconSizeProperty.html">ToolIconSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolIconSize.html#C1_Blazor_Ribbon_C1ToolStrip_ToolIconSize">ToolIconSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_ToolOrientationProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ToolOrientationProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolOrientationProperty.html">ToolOrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolOrientation.html#C1_Blazor_Ribbon_C1ToolStrip_ToolOrientation">ToolOrientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_ToolStyleProperty" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ToolStyleProperty">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolStyleProperty.html">ToolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolStyle.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_ChildContent" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ChildContent">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ChildContent.html#C1_Blazor_Ribbon_C1ToolStrip_ChildContent">ChildContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the child content of the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a>.
For example, you may define tools components derived from the <a class="xref" href="C1.Blazor.Ribbon.C1Tool.html">C1Tool</a> base class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_EditableToolStyle" data-uid="C1.Blazor.Ribbon.C1ToolStrip.EditableToolStyle">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.EditableToolStyle.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_GroupCornerRadius" data-uid="C1.Blazor.Ribbon.C1ToolStrip.GroupCornerRadius">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.GroupCornerRadius.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_IsToolLabelVisible" data-uid="C1.Blazor.Ribbon.C1ToolStrip.IsToolLabelVisible">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.IsToolLabelVisible.html#C1_Blazor_Ribbon_C1ToolStrip_IsToolLabelVisible">IsToolLabelVisible</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_Blazor_Ribbon_C1ToolStrip_ItemTemplate" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ItemTemplate">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ItemTemplate.html#C1_Blazor_Ribbon_C1ToolStrip_ItemTemplate">ItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the render fragment used to display each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_Items" data-uid="C1.Blazor.Ribbon.C1ToolStrip.Items">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.Items.html#C1_Blazor_Ribbon_C1ToolStrip_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection used to generate the content of the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a> component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_ItemsSource" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ItemsSource">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ItemsSource.html#C1_Blazor_Ribbon_C1ToolStrip_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection used to generate the content of the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a> component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_Orientation" data-uid="C1.Blazor.Ribbon.C1ToolStrip.Orientation">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.Orientation.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_Overflow" data-uid="C1.Blazor.Ribbon.C1ToolStrip.Overflow">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.Overflow.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_OverflowDropDownStyle" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OverflowDropDownStyle">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OverflowDropDownStyle.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_OverflowItems" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OverflowItems">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OverflowItems.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_PopupStyle" data-uid="C1.Blazor.Ribbon.C1ToolStrip.PopupStyle">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.PopupStyle.html#C1_Blazor_Ribbon_C1ToolStrip_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Style.html">C1Style</a> applied to the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_ToolIconSize" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ToolIconSize">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolIconSize.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_ToolOrientation" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ToolOrientation">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolOrientation.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_ToolStyle" data-uid="C1.Blazor.Ribbon.C1ToolStrip.ToolStyle">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.ToolStyle.html#C1_Blazor_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_Blazor_Ribbon_C1ToolStrip_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.Ribbon.C1ToolStrip.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.BuildRenderTree.html#C1_Blazor_Ribbon_C1ToolStrip_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_Dispose_System_Boolean_" data-uid="C1.Blazor.Ribbon.C1ToolStrip.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.Dispose.html#C1_Blazor_Ribbon_C1ToolStrip_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_InitializeAsync" data-uid="C1.Blazor.Ribbon.C1ToolStrip.InitializeAsync">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.InitializeAsync.html#C1_Blazor_Ribbon_C1ToolStrip_InitializeAsync">InitializeAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called when the component is initialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OnAfterRender.html#C1_Blazor_Ribbon_C1ToolStrip_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_OnBackgroundChanged" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OnBackgroundChanged">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OnBackgroundChanged.html#C1_Blazor_Ribbon_C1ToolStrip_OnBackgroundChanged">OnBackgroundChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the background changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_OnForegroundChanged" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OnForegroundChanged">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OnForegroundChanged.html#C1_Blazor_Ribbon_C1ToolStrip_OnForegroundChanged">OnForegroundChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the foreground changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_OnParametersSet" data-uid="C1.Blazor.Ribbon.C1ToolStrip.OnParametersSet">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.OnParametersSet.html#C1_Blazor_Ribbon_C1ToolStrip_OnParametersSet">OnParametersSet()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_C1ToolStrip_Refresh" data-uid="C1.Blazor.Ribbon.C1ToolStrip.Refresh">
          <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.Refresh.html#C1_Blazor_Ribbon_C1ToolStrip_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the layout of the <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
