# C1.WPF.Toolbar.C1ToolbarItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Toolbar_C1ToolbarItem" data-uid="C1.WPF.Toolbar.C1ToolbarItem" class="text-break">C1ToolbarItem Class
</h1>
  <div class="markdown level0 summary"><p>C1Icon for buttons</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.contentcontrol">ContentControl</a></div>
    <div class="level8"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.buttonbase">ButtonBase</a></div>
    <div class="level9"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.button">Button</a></div>
    <div class="level10"><span class="xref">C1ToolbarItem</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.input.icommandsource">ICommandSource</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_C1ToolbarItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;BackgroundElement&quot;, Type = typeof(Border))]
[TemplatePart(Name = &quot;MouseOverElement&quot;, Type = typeof(Border))]
[TemplatePart(Name = &quot;PressedElement&quot;, Type = typeof(Border))]
[TemplatePart(Name = &quot;LargeView&quot;, Type = typeof(StackPanel))]
[TemplatePart(Name = &quot;MediumView&quot;, Type = typeof(StackPanel))]
[TemplatePart(Name = &quot;SmallView&quot;, Type = typeof(StackPanel))]
[TemplatePart(Name = &quot;ContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;LargeContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;MediumContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;SmallContentPresenter&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;LargeIconContainer&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;MediumIconContainer&quot;, Type = typeof(ContentControl))]
[TemplatePart(Name = &quot;SmallIconContainer&quot;, Type = typeof(ContentControl))]
public class C1ToolbarItem : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;BackgroundElement&quot;, Type:=GetType(Border))&gt;
&lt;TemplatePart(Name:=&quot;MouseOverElement&quot;, Type:=GetType(Border))&gt;
&lt;TemplatePart(Name:=&quot;PressedElement&quot;, Type:=GetType(Border))&gt;
&lt;TemplatePart(Name:=&quot;LargeView&quot;, Type:=GetType(StackPanel))&gt;
&lt;TemplatePart(Name:=&quot;MediumView&quot;, Type:=GetType(StackPanel))&gt;
&lt;TemplatePart(Name:=&quot;SmallView&quot;, Type:=GetType(StackPanel))&gt;
&lt;TemplatePart(Name:=&quot;ContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;LargeContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;MediumContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;SmallContentPresenter&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;LargeIconContainer&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;MediumIconContainer&quot;, Type:=GetType(ContentControl))&gt;
&lt;TemplatePart(Name:=&quot;SmallIconContainer&quot;, Type:=GetType(ContentControl))&gt;
Public Class C1ToolbarItem
    Inherits Button
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource</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_C1ToolbarItem__ctor" data-uid="C1.WPF.Toolbar.C1ToolbarItem.#ctor">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.-ctor.html#C1_WPF_Toolbar_C1ToolbarItem__ctor">C1ToolbarItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.html">C1ToolbarItem</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_C1ToolbarItem_ActualForegroundProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.ActualForegroundProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.ActualForegroundProperty.html">ActualForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>The ActualHeight dynamic property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_LargeContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.LargeContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeContentProperty.html">LargeContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeContent.html#C1_WPF_Toolbar_C1ToolbarItem_LargeContent">LargeContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_LargeContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.LargeContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeContentTemplateProperty.html">LargeContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeContentTemplate.html#C1_WPF_Toolbar_C1ToolbarItem_LargeContentTemplate">LargeContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_LargeIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.LargeIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeIconProperty.html">LargeIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeIcon.html#C1_WPF_Toolbar_C1ToolbarItem_LargeIcon">LargeIcon</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MediumContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MediumContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumContentProperty.html">MediumContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumContent.html#C1_WPF_Toolbar_C1ToolbarItem_MediumContent">MediumContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MediumContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MediumContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumContentTemplateProperty.html">MediumContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumContentTemplate.html#C1_WPF_Toolbar_C1ToolbarItem_MediumContentTemplate">MediumContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MediumIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MediumIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumIconProperty.html">MediumIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumIcon.html#C1_WPF_Toolbar_C1ToolbarItem_MediumIcon">MediumIcon</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MouseOverBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarItem_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MouseOverForegroundBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MouseOverForegroundBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MouseOverForegroundBrushProperty.html">MouseOverForegroundBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MouseOverForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarItem_MouseOverForegroundBrush">MouseOverForegroundBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_PressedBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarItem_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_PressedForegroundBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.PressedForegroundBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.PressedForegroundBrushProperty.html">PressedForegroundBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.PressedForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarItem_PressedForegroundBrush">PressedForegroundBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_SmallContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.SmallContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallContentProperty.html">SmallContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallContent.html#C1_WPF_Toolbar_C1ToolbarItem_SmallContent">SmallContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_SmallContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.SmallContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallContentTemplateProperty.html">SmallContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallContentTemplate.html#C1_WPF_Toolbar_C1ToolbarItem_SmallContentTemplate">SmallContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_SmallIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarItem.SmallIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallIconProperty.html">SmallIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallIcon.html#C1_WPF_Toolbar_C1ToolbarItem_SmallIcon">SmallIcon</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_C1ToolbarItem_ActualForeground" data-uid="C1.WPF.Toolbar.C1ToolbarItem.ActualForeground">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.ActualForeground.html#C1_WPF_Toolbar_C1ToolbarItem_ActualForeground">ActualForeground</a>
        </td>
        <td class="markdown level1 summary"><p>The ActualForeground CLR property - wrapper for ActualForegroundProperty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_LargeContent" data-uid="C1.WPF.Toolbar.C1ToolbarItem.LargeContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeContent.html#C1_WPF_Toolbar_C1ToolbarItem_LargeContent">LargeContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for large state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_LargeContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarItem.LargeContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeContentTemplate.html#C1_WPF_Toolbar_C1ToolbarItem_LargeContentTemplate">LargeContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for large state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_LargeIcon" data-uid="C1.WPF.Toolbar.C1ToolbarItem.LargeIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.LargeIcon.html#C1_WPF_Toolbar_C1ToolbarItem_LargeIcon">LargeIcon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MediumContent" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MediumContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumContent.html#C1_WPF_Toolbar_C1ToolbarItem_MediumContent">MediumContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for medium state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MediumContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MediumContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumContentTemplate.html#C1_WPF_Toolbar_C1ToolbarItem_MediumContentTemplate">MediumContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for medium state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MediumIcon" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MediumIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MediumIcon.html#C1_WPF_Toolbar_C1ToolbarItem_MediumIcon">MediumIcon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MouseOverBrush" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MouseOverBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarItem_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Mouseover background color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_MouseOverForegroundBrush" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MouseOverForegroundBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MouseOverForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarItem_MouseOverForegroundBrush">MouseOverForegroundBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Mouseover foreground color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_PressedBrush" data-uid="C1.WPF.Toolbar.C1ToolbarItem.PressedBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarItem_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Pressed background color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_PressedForegroundBrush" data-uid="C1.WPF.Toolbar.C1ToolbarItem.PressedForegroundBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.PressedForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarItem_PressedForegroundBrush">PressedForegroundBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Pressed foreground color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_SmallContent" data-uid="C1.WPF.Toolbar.C1ToolbarItem.SmallContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallContent.html#C1_WPF_Toolbar_C1ToolbarItem_SmallContent">SmallContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for small state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_SmallContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarItem.SmallContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallContentTemplate.html#C1_WPF_Toolbar_C1ToolbarItem_SmallContentTemplate">SmallContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for small state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_SmallIcon" data-uid="C1.WPF.Toolbar.C1ToolbarItem.SmallIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.SmallIcon.html#C1_WPF_Toolbar_C1ToolbarItem_SmallIcon">SmallIcon</a>
        </td>
        <td class="markdown level1 summary"></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_C1ToolbarItem_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Toolbar.C1ToolbarItem.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.MeasureOverride.html#C1_WPF_Toolbar_C1ToolbarItem_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_C1ToolbarItem_OnApplyTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarItem.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.OnApplyTemplate.html#C1_WPF_Toolbar_C1ToolbarItem_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.html">C1ToolbarItem</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarItem.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.OnMouseEnter.html#C1_WPF_Toolbar_C1ToolbarItem_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_OnMouseLeave_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarItem.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.OnMouseLeave.html#C1_WPF_Toolbar_C1ToolbarItem_OnMouseLeave_System_Windows_Input_MouseEventArgs_">OnMouseLeave(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.OnMouseLeftButtonDown.html#C1_WPF_Toolbar_C1ToolbarItem_OnMouseLeftButtonDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarItem.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.OnMouseLeftButtonUp.html#C1_WPF_Toolbar_C1ToolbarItem_OnMouseLeftButtonUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseLeftButtonUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarItem_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Toolbar.C1ToolbarItem.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarItem.OnPropertyChanged.html#C1_WPF_Toolbar_C1ToolbarItem_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
