# FarPoint.Win.SuperEdit.SEditTextBox.IncrementDecrementValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_SuperEdit_SEditTextBox_IncrementDecrementValue_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.IncrementDecrementValue*">IncrementDecrementValue Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_SuperEdit_SEditTextBox_IncrementDecrementValue_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.IncrementDecrementValue*"></a>
<h4 id="FarPoint_Win_SuperEdit_SEditTextBox_IncrementDecrementValue_System_Object_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.SuperEdit.SEditTextBox.IncrementDecrementValue(System.Object,System.Boolean,System.Boolean)">IncrementDecrementValue(object, bool, bool)</h4>
<div class="markdown level1 summary"><p>Increments or decrements the value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual bool IncrementDecrementValue(object incdec, bool decrement, bool wrap)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function IncrementDecrementValue(incdec As Object, decrement As Boolean, wrap As Boolean) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">incdec</span></td>
      <td><p>Object to increment or decrement</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">decrement</span></td>
      <td><p>Whether to decrement</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">wrap</span></td>
      <td><p>Whether to wrap</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>true if successful;otherwise false</p>
</td>
    </tr>
  </tbody>
</table>
</div>
