# C1.Framework.RepeatButtonElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_RepeatButtonElement" data-uid="C1.Framework.RepeatButtonElement" class="text-break">RepeatButtonElement Class
</h1>
  <div class="markdown level0 summary"><p>Repeat button (fires repeatedly, like scrollbar buttons).</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.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.BasePanel.html">BasePanel</a></div>
    <div class="level3"><a class="xref" href="C1.Framework.StackPanel.html">StackPanel</a></div>
    <div class="level4"><a class="xref" href="C1.Framework.ButtonElement.html">ButtonElement</a></div>
    <div class="level5"><span class="xref">RepeatButtonElement</span></div>
      <div class="level6"><a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarLineButton.html">ScrollBarElement.ScrollBarLineButton</a></div>
      <div class="level6"><a class="xref" href="C1.Framework.ScrollBarElement.ScrollBarPageButton.html">ScrollBarElement.ScrollBarPageButton</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
    <div><a class="xref" href="C1.Framework.IToolTipElement.html">IToolTipElement</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.Items.IUiaButton.html">IUiaButton</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaInvokeProvider.html">IUiaInvokeProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_RepeatButtonElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RepeatButtonElement : ButtonElement, ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RepeatButtonElement
    Inherits ButtonElement
    Implements ISupportUia, IToolTipElement, IUiaButton, IUiaInvokeProvider</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_Framework_RepeatButtonElement__ctor" data-uid="C1.Framework.RepeatButtonElement.#ctor">
          <a class="xref" href="C1.Framework.RepeatButtonElement.-ctor.html#C1_Framework_RepeatButtonElement__ctor">RepeatButtonElement()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.Framework.RepeatButtonElement.html">RepeatButtonElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement__ctor_C1_Framework_Style_" data-uid="C1.Framework.RepeatButtonElement.#ctor(C1.Framework.Style)">
          <a class="xref" href="C1.Framework.RepeatButtonElement.-ctor.html#C1_Framework_RepeatButtonElement__ctor_C1_Framework_Style_">RepeatButtonElement(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.Framework.RepeatButtonElement.html">RepeatButtonElement</a> with specified style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement__ctor_C1_Framework_Style_System_Object___" data-uid="C1.Framework.RepeatButtonElement.#ctor(C1.Framework.Style,System.Object[])">
          <a class="xref" href="C1.Framework.RepeatButtonElement.-ctor.html#C1_Framework_RepeatButtonElement__ctor_C1_Framework_Style_System_Object___">RepeatButtonElement(Style, params object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.Framework.RepeatButtonElement.html">RepeatButtonElement</a> with specified style and content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement__ctor_System_Object___" data-uid="C1.Framework.RepeatButtonElement.#ctor(System.Object[])">
          <a class="xref" href="C1.Framework.RepeatButtonElement.-ctor.html#C1_Framework_RepeatButtonElement__ctor_System_Object___">RepeatButtonElement(params object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.Framework.RepeatButtonElement.html">RepeatButtonElement</a> with specified content.</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_Framework_RepeatButtonElement_Delay" data-uid="C1.Framework.RepeatButtonElement.Delay">
          <a class="xref" href="C1.Framework.RepeatButtonElement.Delay.html#C1_Framework_RepeatButtonElement_Delay">Delay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval before the button starts firing click events when the button is kept pressed,
in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement_HoverDelay" data-uid="C1.Framework.RepeatButtonElement.HoverDelay">
          <a class="xref" href="C1.Framework.RepeatButtonElement.HoverDelay.html#C1_Framework_RepeatButtonElement_HoverDelay">HoverDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval before the button starts firing click events when the mouse hovers over
the button, in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement_Interval" data-uid="C1.Framework.RepeatButtonElement.Interval">
          <a class="xref" href="C1.Framework.RepeatButtonElement.Interval.html#C1_Framework_RepeatButtonElement_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval between clicks when the button is kept pressed, in milliseconds.</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_Framework_RepeatButtonElement_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.RepeatButtonElement.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.RepeatButtonElement.OnMouseDown.html#C1_Framework_RepeatButtonElement_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the user presses a mouse button over this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement_OnMouseEnter_System_EventArgs_" data-uid="C1.Framework.RepeatButtonElement.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Framework.RepeatButtonElement.OnMouseEnter.html#C1_Framework_RepeatButtonElement_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the mouse enters this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement_OnMouseLeave_System_EventArgs_" data-uid="C1.Framework.RepeatButtonElement.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Framework.RepeatButtonElement.OnMouseLeave.html#C1_Framework_RepeatButtonElement_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the mouse leaves this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement_OnMouseLostCapture_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.RepeatButtonElement.OnMouseLostCapture(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.RepeatButtonElement.OnMouseLostCapture.html#C1_Framework_RepeatButtonElement_OnMouseLostCapture_System_Windows_Forms_MouseEventArgs_">OnMouseLostCapture(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the user releases the left mouse button over a disabled <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_RepeatButtonElement_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.RepeatButtonElement.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.RepeatButtonElement.OnMouseUp.html#C1_Framework_RepeatButtonElement_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called by the host control when the user releases a mouse button over this <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Win.Accessibility.Items.ProviderExt.InvokeExt.html#C1_Win_Accessibility_Items_ProviderExt_InvokeExt_C1_Win_Accessibility_Items_BaseInterfaces_IUiaInvokeProvider_C1_Win_Accessibility_UiaItem_">ProviderExt.InvokeExt(IUiaInvokeProvider, UiaItem)</a>
  </div>

</div>
