# ToolStrip

## Content

The **C1ToolStrip** component belongs to the **C1.Blazor.Ribbon** library. This component delivers a flexible and customizable toolbar for Blazor applications, allowing the organization of commands, menus, selectors, and custom UI elements in a single horizontal or vertical strip. The **C1ToolStrip** can be defined either in **Razor** markup or created in code-behind.
<span id="907b386c-54ae-445e-805c-67c6a77cb11c" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="907b386c-54ae-445e-805c-67c6a77cb11c" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">The component is compatible with different Blazor web application setups, including the hosting models (Blazor Server App and Blazor WebAssembly App) and interactivity render modes (SSR and CSR) that Microsoft documentation distinguishes.</span>
<span id="88b03786-d061-487b-8eb1-2ca81f7070d4" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="88b03786-d061-487b-8eb1-2ca81f7070d4" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">Supported Tool Types</span>
<span id="f3f6145e-4ecd-4c9d-8a6a-822a79e2982f" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="f3f6145e-4ecd-4c9d-8a6a-822a79e2982f" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">C1ToolStrip supports the following tool components:</span>

* <span id="95342684-d629-4948-93a3-c87c66aea362" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="95342684-d629-4948-93a3-c87c66aea362" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">C1ButtonTool – Clickable button</span>
* <span id="95342684-d629-4948-93a3-c87c66aea362" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="95342684-d629-4948-93a3-c87c66aea362" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">C1DropDownTool – Expandable dropdown button</span>
* <span id="95342684-d629-4948-93a3-c87c66aea362" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="95342684-d629-4948-93a3-c87c66aea362" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">C1MenuTool – Hierarchical menu</span>
* <span id="95342684-d629-4948-93a3-c87c66aea362" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="95342684-d629-4948-93a3-c87c66aea362" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">C1SelectTool – Dropdown list for selection</span>
* <span id="95342684-d629-4948-93a3-c87c66aea362" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="95342684-d629-4948-93a3-c87c66aea362" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">C1ToggleButtonTool – On/off toggle button</span>
* <span id="95342684-d629-4948-93a3-c87c66aea362" annotationtype="inlineComment" data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="95342684-d629-4948-93a3-c87c66aea362" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation">C1ContentControlTool – Custom content area</span>