# C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay*">ReshowDelay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay">ReshowDelay</h4>
<div class="markdown level1 summary"><p>Gets or sets the length of time that must transpire before subsequent <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> windows appear
as the mouse pointer moves from one control to another.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int ReshowDelay { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ReshowDelay As Integer</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property enables you to shorten or lengthen the time that the <b>C1SuperTooltip</b> 
waits before displaying a tooltip window after a previous tooltip window is displayed. 
The first time a tooltip window is displayed the value of the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.InitialDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_InitialDelay">InitialDelay</a> 
property is used to determine the delay to apply before initially showing the tooltip 
window. When a tooltip window is currently being displayed and the user moves the cursor 
to another control that displays a tooltip window, the value of the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay">ReshowDelay</a> 
property is used before showing the tooltip for the new control. The tooltip window from 
the previous control must still be displayed in order for the delay specified in the 
<b>ReshowDelay</b> property to be used; otherwise the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.InitialDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_InitialDelay">InitialDelay</a> property 
value is used.</p>
<p>If you want to have a consistent delay pattern for your <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> windows,
you can set the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay">AutomaticDelay</a> property. The <b>AutomaticDelay</b> property sets the 
<a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay">AutoPopDelay</a>, <b>ReshowDelay</b>, and <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.InitialDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_InitialDelay">InitialDelay</a> properties 
to initial values based on a single time value. Every time the <b>AutomaticDelay</b> property 
is set, the <b>InitialDelay</b> property is set to the same value as the <b>AutomaticDelay</b>
property. Once the <b>AutomaticDelay</b> property is set, you can independently set the 
<b>InitialDelay</b> property, overriding the default value.</p>
</div>
</div>
