# C1.Win.SuperTooltip.C1SuperTooltipBase.ShowAlways

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_C1SuperTooltipBase_ShowAlways_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ShowAlways*">ShowAlways Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_C1SuperTooltipBase_ShowAlways_" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ShowAlways*"></a>
<h4 id="C1_Win_SuperTooltip_C1SuperTooltipBase_ShowAlways" data-uid="C1.Win.SuperTooltip.C1SuperTooltipBase.ShowAlways">ShowAlways</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether a <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> window is displayed even
when its parent control is not active.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShowAlways { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowAlways As Boolean</code></pre>
</div>
<h5 id="C1_Win_SuperTooltip_C1SuperTooltipBase_ShowAlways_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property enables you to display a <b>C1SuperTooltip</b> window even when the container 
of the tooltip is not active.</p>
<p>You can use this feature in a modeless window application to enable <b>C1SuperTooltip</b>
windows to be displayed regardless of which modeless window is active. This feature is also 
useful when creating a control using the <b>UserControl</b> that contains a number of 
controls that display tooltips. Since the <b>UserControl</b> is often not the active 
window on a form, setting this property to true enables the controls within the 
<b>UserControl</b> to display <a class="xref" href="C1.Win.SuperTooltip.C1SuperTooltipBase.html">C1SuperTooltipBase</a> windows at any time.</p>
</div>
</div>
