# C1.Win.Input.ButtonSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_ButtonSettings" data-uid="C1.Win.Input.ButtonSettings" class="text-break">ButtonSettings Class
</h1>
  <div class="markdown level0 summary"><p>Exposes properties of the button for text editor.</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="C1.Win.Input.ButtonSettingsBase.html">ButtonSettingsBase</a></div>
    <div class="level2"><span class="xref">ButtonSettings</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_ButtonSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ButtonSettings : ButtonSettingsBase, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ButtonSettings
    Inherits ButtonSettingsBase
    Implements INotifyPropertyChanged</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_Input_ButtonSettings__ctor_System_Boolean_" data-uid="C1.Win.Input.ButtonSettings.#ctor(System.Boolean)">
          <a class="xref" href="C1.Win.Input.ButtonSettings.-ctor.html#C1_Win_Input_ButtonSettings__ctor_System_Boolean_">ButtonSettings(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.ButtonSettings.html">ButtonSettings</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_Input_ButtonSettings_Icon" data-uid="C1.Win.Input.ButtonSettings.Icon">
          <a class="xref" href="C1.Win.Input.ButtonSettings.Icon.html#C1_Win_Input_ButtonSettings_Icon">Icon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Win.10/C1.Framework.C1Icon.html">C1Icon</a> that is displayed on the button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ButtonSettings_Image" data-uid="C1.Win.Input.ButtonSettings.Image">
          <a class="xref" href="C1.Win.Input.ButtonSettings.Image.html#C1_Win_Input_ButtonSettings_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image that is displayed on the button.</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="C1_Win_Input_ButtonSettings_ToString" data-uid="C1.Win.Input.ButtonSettings.ToString">
          <a class="xref" href="C1.Win.Input.ButtonSettings.ToString.html#C1_Win_Input_ButtonSettings_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
