# C1.Win.Layout.IconBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Layout_IconBox" data-uid="C1.Win.Layout.IconBox" class="text-break">IconBox Class
</h1>
  <div class="markdown level0 summary"><p>Icon box button for ItemContainer header.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.buttonbase">ButtonBase</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.button">Button</a></div>
    <div class="level6"><span class="xref">IconBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibuttoncontrol">IButtonControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Layout.html">C1.Win.Layout</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DashboardLayout.4.8.dll</h6>
  <h5 id="C1_Win_Layout_IconBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IconBox : Button, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IButtonControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IconBox
    Inherits Button
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IButtonControl</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_Win_Layout_IconBox__ctor" data-uid="C1.Win.Layout.IconBox.#ctor">
          <a class="xref" href="C1.Win.Layout.IconBox.-ctor.html#C1_Win_Layout_IconBox__ctor">IconBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="C1.Win.Layout.IconBox.html">IconBox</a> class.</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_Win_Layout_IconBox_BackgroundImage" data-uid="C1.Win.Layout.IconBox.BackgroundImage">
          <a class="xref" href="C1.Win.Layout.IconBox.BackgroundImage.html#C1_Win_Layout_IconBox_BackgroundImage">BackgroundImage</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_Win_Layout_IconBox_OnLocationChanged_System_EventArgs_" data-uid="C1.Win.Layout.IconBox.OnLocationChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Layout.IconBox.OnLocationChanged.html#C1_Win_Layout_IconBox_OnLocationChanged_System_EventArgs_">OnLocationChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_IconBox_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.Layout.IconBox.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.Layout.IconBox.OnMouseEnter.html#C1_Win_Layout_IconBox_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OnMouseEnter event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_IconBox_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Layout.IconBox.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Layout.IconBox.OnMouseLeave.html#C1_Win_Layout_IconBox_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OnMouseLeave event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Layout_IconBox_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Layout.IconBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Layout.IconBox.OnPaint.html#C1_Win_Layout_IconBox_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
