# C1.Blazor.Ribbon

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Blazor_Ribbon" data-uid="C1.Blazor.Ribbon" class="text-break">C1.Blazor.Ribbon Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1ButtonTool.html">C1ButtonTool</a></h4>
      <section><p>Control tool that represents a button that performs an action.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1ContentControlTool.html">C1ContentControlTool</a></h4>
      <section><p>Tools that allows showing an arbitrary content.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1DropDownTool.html">C1DropDownTool</a></h4>
      <section><p>This control represents a drop-down button, with a <a class="xref" href="C1.Blazor.Ribbon.C1DropDownTool.Content.html#C1_Blazor_Ribbon_C1DropDownTool_Content">Content</a> element.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1MenuTool.html">C1MenuTool</a></h4>
      <section><p>This tools groups a set of <a class="xref" href="C1.Blazor.Ribbon.C1MenuTool.Tools.html#C1_Blazor_Ribbon_C1MenuTool_Tools">Tools</a> and display them as a drop-down menu.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1SelectTool.html">C1SelectTool</a></h4>
      <section><p>Tool that offers a list of values that can be selected.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1ToggleButtonTool.html">C1ToggleButtonTool</a></h4>
      <section><p>Control that represents a toggle button.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1ToggleButtonToolMenuItem.html">C1ToggleButtonToolMenuItem</a></h4>
      <section><p>Represents a selectable item inside a C1Menu control.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1Tool.html">C1Tool</a></h4>
      <section><p>C1Tool represents the base abstract class for different tools like <a class="xref" href="C1.Blazor.Ribbon.C1ButtonTool.html">C1ButtonTool</a>, <a class="xref" href="C1.Blazor.Ribbon.C1ToggleButtonTool.html">C1ToggleButtonTool</a>, <a class="xref" href="C1.Blazor.Ribbon.C1DropDownTool.html">C1DropDownTool</a>, <a class="xref" href="C1.Blazor.Ribbon.C1ContentControlTool.html">C1ContentControlTool</a>.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1ToolSeparator.html">C1ToolSeparator</a></h4>
      <section><p>This class is used to separate tools in C1Ribbon or <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a>.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a></h4>
      <section><p>C1ToolStrip control represents a strip that contains one or more controls.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.DropDownToolMenuItem.html">DropDownToolMenuItem</a></h4>
      <section><p>Drop-down menu item used in <a class="xref" href="C1.Blazor.Ribbon.C1MenuTool.html">C1MenuTool</a>.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.MenuToolCollection.html">MenuToolCollection</a></h4>
      <section><p>Collection of tools of <a class="xref" href="C1.Blazor.Ribbon.C1MenuTool.html">C1MenuTool</a>.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.RibbonResources.html">RibbonResources</a></h4>
      <section><p>This class gives access to localized resources from xaml.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolMenuItem.html">ToolMenuItem</a></h4>
      <section><p>Represents a selectable item inside a C1Menu control.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolMenuList.html">ToolMenuList</a></h4>
      <section><p>List of tools displayed as a <a class="xref" href="../C1.Blazor.Menu/C1.Blazor.Menu.C1MenuList.html">C1MenuList</a>.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolMenuListCollection.html">ToolMenuListCollection</a></h4>
      <section><p>Represents the collection of <a class="xref" href="C1.Blazor.Ribbon.ToolMenuList.html">ToolMenuList</a> items.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolStripItemCollection.html">ToolStripItemCollection</a></h4>
      <section><p>Holds the list of items that constitute the content of an <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a>.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolStripOverflowItemsCollection.html">ToolStripOverflowItemsCollection</a></h4>
      <section><p>Collection of items that will not be shown inline.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.html">ToolStripPanel</a></h4>
      <section><p>This is the main panel that show the visible (non-overflow) items.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolTemplateSettings.html">ToolTemplateSettings</a></h4>
      <section><p>Expose computed properties to be used inside the template of the tools.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolLabelVisibility.html">ToolLabelVisibility</a></h4>
      <section><p>Specifies the visibility of the label of a tool.</p>
</section>
      <h4><a class="xref" href="C1.Blazor.Ribbon.ToolStripOverflow.html">ToolStripOverflow</a></h4>
      <section><p>Enumeration containing available values for overflow handling in <a class="xref" href="C1.Blazor.Ribbon.C1ToolStrip.html">C1ToolStrip</a> elements.</p>
</section>


</div>
