# C1.WPF.Toolbar.C1ToolbarDropdownItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Toolbar_C1ToolbarDropdownItem" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem" class="text-break">C1ToolbarDropdownItem Class
</h1>
  <div class="markdown level0 summary"><p>C1Icon for dropdown item</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"><span class="xref">C1ToolbarDropdownItem</span></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_C1ToolbarDropdownItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;VerticalTemplate&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;HorizontalTemplate&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;PopupContentPresenter&quot;, Type = typeof(ContentPresenter))]
public class C1ToolbarDropdownItem : C1DropDown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;VerticalTemplate&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;HorizontalTemplate&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;PopupContentPresenter&quot;, Type:=GetType(ContentPresenter))&gt;
Public Class C1ToolbarDropdownItem
    Inherits C1DropDown</code></pre>
  </div>
  <h5 id="C1_WPF_Toolbar_C1ToolbarDropdownItem_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><pre><code>&lt;example&gt;
</code></pre>
<p>Example 1.
Drop-down with popup stack panel with buttons.</p>
<pre><code class="lang-csharp">&gt;
            &lt;c1:C1ToolbarDropDown Padding="2" Header="Color"&gt;
              &lt;c1:C1ToolbarDropDown.Content&gt;
                &lt;StackPanel Margin="2" Orientation="Horizontal"&gt;
                  &lt;Button Margin="2" Content="Red" Foreground="Red" /&gt;
                  &lt;Button Margin="2" Content="Green" Foreground="Green" /&gt;
                  &lt;Button Margin="2" Content="Blue" Foreground="Blue" /&gt;
                &lt;/StackPanel&gt;
              &lt;/c1:C1ToolbarDropDown.Content&gt;
            &lt;/c1:C1ToolbarDropDown&gt;</code></pre>
<p>Example 2.
Dropdown with popup menu.</p>
<pre><code class="lang-csharp">&gt;
            &lt;c1:C1ToolbarDropDown Padding="2" Header="Color"&gt;
              &lt;c1:C1ToolbarDropDown.Menu&gt;
                &lt;c1:C1ContextMenu&gt;
                  &lt;c1:C1MenuItem IsCheckable="True" Header="Red" HeaderForeground="Red" /&gt;
                  &lt;c1:C1MenuItem IsCheckable="True" Header="Green" HeaderForeground="Green" /&gt;
                  &lt;c1:C1MenuItem IsCheckable="True" Header="Blue" HeaderForeground="Blue" /&gt;
                &lt;/c1:C1ContextMenu&gt;
              &lt;/c1:C1ToolbarDropDown.Menu&gt;
            &lt;/c1:C1ToolbarDropDown&gt;</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_C1ToolbarDropdownItem__ctor" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.#ctor">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.-ctor.html#C1_WPF_Toolbar_C1ToolbarDropdownItem__ctor">C1ToolbarDropdownItem()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.html">C1ToolbarDropdownItem</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_C1ToolbarDropdownItem_ContentBackgroundProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.ContentBackgroundProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.ContentBackgroundProperty.html">ContentBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.ContentBackground.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_ContentBackground">ContentBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContentProperty.html">LargeContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContent">LargeContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContentTemplateProperty.html">LargeContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContentTemplate">LargeContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeIconProperty.html">LargeIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeIcon.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeIcon">LargeIcon</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContentProperty.html">MediumContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContent">MediumContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContentTemplateProperty.html">MediumContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContentTemplate">MediumContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumIconProperty.html">MediumIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumIcon.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumIcon">MediumIcon</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MenuProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MenuProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MenuProperty.html">MenuProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.Menu.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_Menu">Menu</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverForegroundBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverForegroundBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverForegroundBrushProperty.html">MouseOverForegroundBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverForegroundBrush">MouseOverForegroundBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContentProperty.html">PopupContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContent">PopupContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContentTemplateProperty.html">PopupContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContentTemplate">PopupContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedForegroundBrushProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedForegroundBrushProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedForegroundBrushProperty.html">PressedForegroundBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedForegroundBrush">PressedForegroundBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContentProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContentProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContentProperty.html">SmallContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContent">SmallContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContentTemplateProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContentTemplateProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContentTemplateProperty.html">SmallContentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContentTemplate">SmallContentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallIconProperty" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallIconProperty">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallIconProperty.html">SmallIconProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallIcon.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_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_C1ToolbarDropdownItem_ContentBackground" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.ContentBackground">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.ContentBackground.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_ContentBackground">ContentBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContent" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContent">LargeContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for large state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeContentTemplate">LargeContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for large state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeIcon" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.LargeIcon.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_LargeIcon">LargeIcon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContent" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContent">MediumContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for medium state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumContentTemplate">MediumContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for medium state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumIcon" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MediumIcon.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MediumIcon">MediumIcon</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_Menu" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.Menu">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.Menu.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_Menu">Menu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the context menu which is displayed when the control is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverBrush" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Mouseover background color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverForegroundBrush" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverForegroundBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MouseOverForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_MouseOverForegroundBrush">MouseOverForegroundBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Mouseover foreground color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContent" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContent">PopupContent</a>
        </td>
        <td class="markdown level1 summary"><p>Popup content of a drop down</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PopupContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PopupContentTemplate">PopupContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>DataTemplate for PopupContent</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedBrush" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Pressed background color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedForegroundBrush" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedForegroundBrush">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.PressedForegroundBrush.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_PressedForegroundBrush">PressedForegroundBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Pressed foreground color</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContent" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContent">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContent.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContent">SmallContent</a>
        </td>
        <td class="markdown level1 summary"><p>Content for small state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContentTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContentTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallContentTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallContentTemplate">SmallContentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Content template for small state</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Toolbar_C1ToolbarDropdownItem_SmallIcon" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallIcon">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.SmallIcon.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_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_C1ToolbarDropdownItem_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.MeasureOverride.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_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_C1ToolbarDropdownItem_OnApplyTemplate" data-uid="C1.WPF.Toolbar.C1ToolbarDropdownItem.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.OnApplyTemplate.html#C1_WPF_Toolbar_C1ToolbarDropdownItem_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Toolbar.C1ToolbarDropdownItem.html">C1ToolbarDropdownItem</a> control when a new template is applied.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
