# C1.Win.Editor.Ribbon.EditorRibbonMenu.CreateSmallIcon

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Editor_Ribbon_EditorRibbonMenu_CreateSmallIcon_" data-uid="C1.Win.Editor.Ribbon.EditorRibbonMenu.CreateSmallIcon*">CreateSmallIcon Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Editor_Ribbon_EditorRibbonMenu_CreateSmallIcon_" data-uid="C1.Win.Editor.Ribbon.EditorRibbonMenu.CreateSmallIcon*"></a>
<h4 id="C1_Win_Editor_Ribbon_EditorRibbonMenu_CreateSmallIcon" data-uid="C1.Win.Editor.Ribbon.EditorRibbonMenu.CreateSmallIcon">CreateSmallIcon()</h4>
<div class="markdown level1 summary"><p>Creates default small icon of the element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual C1Icon CreateSmallIcon()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function CreateSmallIcon() As C1Icon</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">C1Icon</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
