# C1.WPF.C1Window.Show

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_C1Window_Show_" data-uid="C1.WPF.C1Window.Show*">Show Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_C1Window_Show_" data-uid="C1.WPF.C1Window.Show*"></a>
<h4 id="C1_WPF_C1Window_Show" data-uid="C1.WPF.C1Window.Show">Show()</h4>
<div class="markdown level1 summary"><p>Opens the window.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show()</code></pre>
</div>
<h5 id="C1_WPF_C1Window_Show_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Calling Show makes the window visible, active and in front of other windows.
A window cannot be reopened after it has been closed. It's possible to hide the window without closing it using <span class="xref">C1.Silverlight.C1Window.Hide</span> or the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visibility">Visibility</a> property.</p>
</div>
</div>
