# C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay*">AutoPopDelay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay">AutoPopDelay</h4>
<div class="markdown level1 summary"><p>Gets or sets the period of time (in milliseconds) the tooltip remains visible if the
mouse pointer is stationary within a control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int AutoPopDelay { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AutoPopDelay As Integer</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property enables you to shorten or lengthen the time that the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> 
window is displayed when the mouse pointer is over a control. For example, if you display 
extensive help in a <b>C1SuperTooltip</b> window, you can increase the value of this property 
to ensure that the user has sufficient time to read the text.</p>
<p>If you want to have a consistent delay pattern for your <b>C1SuperTooltip</b> 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 <b>AutoPopDelay</b>, <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay">ReshowDelay</a>, 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 value. Every time the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay">AutomaticDelay</a> 
property is set, the <b>AutoPopDelay</b> property is set to 10 times the <b>AutomaticDelay</b>
property value. Once the <b>AutomaticDelay</b> property is set, you can independently 
set the <b>AutoPopDelay</b> property, overriding the default value.</p>
</div>
</div>
