# FarPoint.Web.Spread.CreateButtonEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_CreateButtonEventArgs" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs" class="text-break">CreateButtonEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for a CreateButton event.</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.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">CreateButtonEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_CreateButtonEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CreateButtonEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CreateButtonEventArgs
    Inherits EventArgs</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="FarPoint_Web_Spread_CreateButtonEventArgs__ctor_System_String_System_String_System_Boolean_" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs.#ctor(System.String,System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.CreateButtonEventArgs.-ctor.html#FarPoint_Web_Spread_CreateButtonEventArgs__ctor_System_String_System_String_System_Boolean_">CreateButtonEventArgs(string, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the CreateButton event arguments.</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="FarPoint_Web_Spread_CreateButtonEventArgs_Command" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs.Command">
          <a class="xref" href="FarPoint.Web.Spread.CreateButtonEventArgs.Command.html#FarPoint_Web_Spread_CreateButtonEventArgs_Command">Command</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the command to perform.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CreateButtonEventArgs_Disabled" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs.Disabled">
          <a class="xref" href="FarPoint.Web.Spread.CreateButtonEventArgs.Disabled.html#FarPoint_Web_Spread_CreateButtonEventArgs_Disabled">Disabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the command button is unavailable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CreateButtonEventArgs_DisabledImgUrl" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs.DisabledImgUrl">
          <a class="xref" href="FarPoint.Web.Spread.CreateButtonEventArgs.DisabledImgUrl.html#FarPoint_Web_Spread_CreateButtonEventArgs_DisabledImgUrl">DisabledImgUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the URL of the image to display in the command button
if the button is unavailable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CreateButtonEventArgs_EnabledImgUrl" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs.EnabledImgUrl">
          <a class="xref" href="FarPoint.Web.Spread.CreateButtonEventArgs.EnabledImgUrl.html#FarPoint_Web_Spread_CreateButtonEventArgs_EnabledImgUrl">EnabledImgUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the URL of the image to display in the command button
if the button is active.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CreateButtonEventArgs_Label" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs.Label">
          <a class="xref" href="FarPoint.Web.Spread.CreateButtonEventArgs.Label.html#FarPoint_Web_Spread_CreateButtonEventArgs_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that displays in the command button.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_CreateButtonEventArgs_Visible" data-uid="FarPoint.Web.Spread.CreateButtonEventArgs.Visible">
          <a class="xref" href="FarPoint.Web.Spread.CreateButtonEventArgs.Visible.html#FarPoint_Web_Spread_CreateButtonEventArgs_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the button should be displayed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
