# GrapeCity.Win.Spread.InputMan.CellType.SideButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton" class="text-break">SideButton Class
</h1>
  <div class="markdown level0 summary"><p>Represents the normal side button with image and text.</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="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.html">SideButtonBase</a></div>
    <div class="level4"><span class="xref">SideButton</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.INamedObject.html">INamedObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SideButton : SideButtonBase, IComponent, IDisposable, INotifyPropertyChanged, INamedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class SideButton
    Inherits SideButtonBase
    Implements IComponent, IDisposable, INotifyPropertyChanged, INamedObject</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="GrapeCity_Win_Spread_InputMan_CellType_SideButton__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton__ctor">SideButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.html">SideButton</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="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Behavior" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Behavior">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Behavior.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Behavior">Behavior</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the behavior when click the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.html">SideButton</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_CheckOnClick" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.CheckOnClick">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.CheckOnClick.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_CheckOnClick">CheckOnClick</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to check the button when clicked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Checked" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Checked">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Checked.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the check box is in the checked state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_ContentAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.ContentAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.ContentAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_ContentAlignment">ContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the image attached to the text (classical appearance).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Delay" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Delay">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Delay.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay time, in milliseconds, before repeating the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Click.html">Click</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Image" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Image">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Image.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image displayed on a button view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Interval" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval of firing the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButtonBase.Click.html">Click</a> events.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Text" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Text.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed on a button view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_TextAlignment" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.TextAlignment">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.TextAlignment.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the text with the image.</p>
</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="GrapeCity_Win_Spread_InputMan_CellType_SideButton_Dispose_System_Boolean_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Dispose.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a> and optionally releases the managed resources.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SideButton_CheckedChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SideButton.CheckedChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.CheckedChanged.html">CheckedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SideButton.Checked.html#GrapeCity_Win_Spread_InputMan_CellType_SideButton_Checked">Checked</a> property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
