# C1.Win.Schedule.C1Schedule.ShowReminderForm

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_ShowReminderForm_" data-uid="C1.Win.Schedule.C1Schedule.ShowReminderForm*">ShowReminderForm Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_ShowReminderForm_" data-uid="C1.Win.Schedule.C1Schedule.ShowReminderForm*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_ShowReminderForm" data-uid="C1.Win.Schedule.C1Schedule.ShowReminderForm">ShowReminderForm</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value indicating whether the control
should show the reminder form when a reminder alerts.</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;ShowReminderForm&quot;, &quot;Determines whether the control shows the reminder form.&quot;)]
public bool ShowReminderForm { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;ShowReminderForm&quot;, &quot;Determines whether the control shows the reminder form.&quot;)&gt;
Public Property ShowReminderForm As Boolean</code></pre>
</div>
<h5 id="C1_Win_Schedule_C1Schedule_ShowReminderForm_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>At runtime user can close Reminder Form by 'x' button.
This operation doesn't actually dispose Reminder Form or
change <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowReminderForm.html#C1_Win_Schedule_C1Schedule_ShowReminderForm">ShowReminderForm</a> property.
It just hides the form. In any moment you can show Reminder Form
again by setting the <a class="xref" href="C1.Win.Schedule.C1Schedule.ShowReminderForm.html#C1_Win_Schedule_C1Schedule_ShowReminderForm">ShowReminderForm</a> property to true.</p>
</div>
</div>
