# C1.Win.Ribbon.C1Ribbon.AltKeyPressDelay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_C1Ribbon_AltKeyPressDelay_" data-uid="C1.Win.Ribbon.C1Ribbon.AltKeyPressDelay*">AltKeyPressDelay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_C1Ribbon_AltKeyPressDelay_" data-uid="C1.Win.Ribbon.C1Ribbon.AltKeyPressDelay*"></a>
<h4 id="C1_Win_Ribbon_C1Ribbon_AltKeyPressDelay" data-uid="C1.Win.Ribbon.C1Ribbon.AltKeyPressDelay">AltKeyPressDelay</h4>
<div class="markdown level1 summary"><p>Gets or sets the delay (in milliseconds) after pressing the Alt key before displaying KeyTips.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;C1Ribbon.AltKeyPressDelay&quot;, &quot;Delay (in milliseconds) after pressing the Alt key before displaying KeyTips.&quot;)]
public int AltKeyPressDelay { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;C1Ribbon.AltKeyPressDelay&quot;, &quot;Delay (in milliseconds) after pressing the Alt key before displaying KeyTips.&quot;)&gt;
Public Property AltKeyPressDelay As Integer</code></pre>
</div>
<h5 id="C1_Win_Ribbon_C1Ribbon_AltKeyPressDelay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Setting to 0 prevents KeyTips from showing by timer when the user holds the Alt key pressed.</p>
</div>
</div>
