# C1.Win.Input.ButtonSettingsBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_ButtonSettingsBase" data-uid="C1.Win.Input.ButtonSettingsBase" class="text-break">ButtonSettingsBase Class
</h1>
  <div class="markdown level0 summary"><p>Exposes base 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"><span class="xref">ButtonSettingsBase</span></div>
      <div class="level2"><a class="xref" href="C1.Win.Input.ButtonSettings.html">ButtonSettings</a></div>
      <div class="level2"><a class="xref" href="C1.Win.Input.UpDownButtonSettings.html">UpDownButtonSettings</a></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_ButtonSettingsBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class ButtonSettingsBase : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public MustInherit Class 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_ButtonSettingsBase__ctor_System_Boolean_" data-uid="C1.Win.Input.ButtonSettingsBase.#ctor(System.Boolean)">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.-ctor.html#C1_Win_Input_ButtonSettingsBase__ctor_System_Boolean_">ButtonSettingsBase(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.ButtonSettingsBase.html">ButtonSettingsBase</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_ButtonSettingsBase_Enabled" data-uid="C1.Win.Input.ButtonSettingsBase.Enabled">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.Enabled.html#C1_Win_Input_ButtonSettingsBase_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button can respond to user interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ButtonSettingsBase_Visible" data-uid="C1.Win.Input.ButtonSettingsBase.Visible">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.Visible.html#C1_Win_Input_ButtonSettingsBase_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the button are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ButtonSettingsBase_Width" data-uid="C1.Win.Input.ButtonSettingsBase.Width">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.Width.html#C1_Win_Input_ButtonSettingsBase_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of 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_ButtonSettingsBase_OnPropertyChanged_System_String_" data-uid="C1.Win.Input.ButtonSettingsBase.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.OnPropertyChanged.html#C1_Win_Input_ButtonSettingsBase_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <span class="xref">C1.Win.Input.ButtonSettingsBase.PropertyChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ButtonSettingsBase_ResetVisible" data-uid="C1.Win.Input.ButtonSettingsBase.ResetVisible">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.ResetVisible.html#C1_Win_Input_ButtonSettingsBase_ResetVisible">ResetVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Input.ButtonSettingsBase.Visible.html#C1_Win_Input_ButtonSettingsBase_Visible">Visible</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ButtonSettingsBase_ShouldSerializeVisible" data-uid="C1.Win.Input.ButtonSettingsBase.ShouldSerializeVisible">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.ShouldSerializeVisible.html#C1_Win_Input_ButtonSettingsBase_ShouldSerializeVisible">ShouldSerializeVisible()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Input.ButtonSettingsBase.Visible.html#C1_Win_Input_ButtonSettingsBase_Visible">Visible</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_ButtonSettingsBase_ToString" data-uid="C1.Win.Input.ButtonSettingsBase.ToString">
          <a class="xref" href="C1.Win.Input.ButtonSettingsBase.ToString.html#C1_Win_Input_ButtonSettingsBase_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
