# C1.Win.Input.UpDownButtonSettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_UpDownButtonSettings" data-uid="C1.Win.Input.UpDownButtonSettings" class="text-break">UpDownButtonSettings Class
</h1>
  <div class="markdown level0 summary"><p>Exposes properties of the Up and Down buttons 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">UpDownButtonSettings</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_UpDownButtonSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class UpDownButtonSettings : ButtonSettingsBase, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class UpDownButtonSettings
    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_UpDownButtonSettings__ctor_System_Boolean_" data-uid="C1.Win.Input.UpDownButtonSettings.#ctor(System.Boolean)">
          <a class="xref" href="C1.Win.Input.UpDownButtonSettings.-ctor.html#C1_Win_Input_UpDownButtonSettings__ctor_System_Boolean_">UpDownButtonSettings(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Input.UpDownButtonSettings.html">UpDownButtonSettings</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_UpDownButtonSettings_Alignment" data-uid="C1.Win.Input.UpDownButtonSettings.Alignment">
          <a class="xref" href="C1.Win.Input.UpDownButtonSettings.Alignment.html#C1_Win_Input_UpDownButtonSettings_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the UpDown buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_UpDownButtonSettings_DownIcon" data-uid="C1.Win.Input.UpDownButtonSettings.DownIcon">
          <a class="xref" href="C1.Win.Input.UpDownButtonSettings.DownIcon.html#C1_Win_Input_UpDownButtonSettings_DownIcon">DownIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.Framework.C1Icon</span> that is displayed on the Down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_UpDownButtonSettings_DownImage" data-uid="C1.Win.Input.UpDownButtonSettings.DownImage">
          <a class="xref" href="C1.Win.Input.UpDownButtonSettings.DownImage.html#C1_Win_Input_UpDownButtonSettings_DownImage">DownImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image that is displayed on the Down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_UpDownButtonSettings_InterceptKeys" data-uid="C1.Win.Input.UpDownButtonSettings.InterceptKeys">
          <a class="xref" href="C1.Win.Input.UpDownButtonSettings.InterceptKeys.html#C1_Win_Input_UpDownButtonSettings_InterceptKeys">InterceptKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the up/down buttons intercept and handle Up and Down arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_UpDownButtonSettings_UpIcon" data-uid="C1.Win.Input.UpDownButtonSettings.UpIcon">
          <a class="xref" href="C1.Win.Input.UpDownButtonSettings.UpIcon.html#C1_Win_Input_UpDownButtonSettings_UpIcon">UpIcon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.Framework.C1Icon</span> that is displayed on the Up button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_UpDownButtonSettings_UpImage" data-uid="C1.Win.Input.UpDownButtonSettings.UpImage">
          <a class="xref" href="C1.Win.Input.UpDownButtonSettings.UpImage.html#C1_Win_Input_UpDownButtonSettings_UpImage">UpImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image that is displayed on the Up button.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
