# C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay*">AutomaticDelay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.AutomaticDelay">AutomaticDelay</h4>
<div class="markdown level1 summary"><p>Gets or sets the automatic delay for the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int AutomaticDelay { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AutomaticDelay As Integer</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_AutomaticDelay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <b>AutomaticDelay</b> property enables you to set a single delay value which 
is then used to set the values of the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay">AutoPopDelay</a>, <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.InitialDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_InitialDelay">InitialDelay</a>, 
and <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay">ReshowDelay</a> properties. Each time the <b>AutomaticDelay</b> property is set, 
the following values are set by default.</p>
<p><b>AutoPopDelay</b>: 10 times the <b>AutomaticDelay</b> property value.</p>
<p><b>InitialDelay</b>: Equal to the <b>AutomaticDelay</b> property value.</p>
<p><b>ReshowDelay</b>: 1/5 of the <b>AutomaticDelay</b> property value.</p>
<p>These properties can also be set independently once the AutomaticDelay property has been set. 
For more information, see the <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.AutoPopDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_AutoPopDelay">AutoPopDelay</a>, <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.InitialDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_InitialDelay">InitialDelay</a>, and 
<a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.ReshowDelay.html#C1_Win_SuperTooltip_C1SuperTooltipBase_ReshowDelay">ReshowDelay</a> properties. This property is typically used to provide a consistent 
delay pattern for your <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> windows.</p>
</div>
</div>
