# GrapeCity.Win.Spread.InputMan.CellType.SymbolButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButton" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton" class="text-break">SymbolButton Class
</h1>
  <div class="markdown level0 summary"><p>Represents the symbol button class.</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">SymbolButton</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_SymbolButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SymbolButton : SideButtonBase, IComponent, IDisposable, INotifyPropertyChanged, INamedObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class SymbolButton
    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_SymbolButton__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton__ctor">SymbolButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.html">SymbolButton</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_SymbolButton_Behavior" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Behavior">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Behavior.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_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.SymbolButton.html">SymbolButton</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Delay" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Delay">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Delay.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_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_SymbolButton_Interval" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Interval">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Interval.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_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_SymbolButton_Symbol" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Symbol">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.Symbol.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_Symbol">Symbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol to be drawn.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_SymbolDirection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.SymbolDirection">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SymbolButton.SymbolDirection.html#GrapeCity_Win_Spread_InputMan_CellType_SymbolButton_SymbolDirection">SymbolDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
