# C1.Win.C1DynamicHelp.TopicMap.Refresh

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1DynamicHelp_TopicMap_Refresh_" data-uid="C1.Win.C1DynamicHelp.TopicMap.Refresh*">Refresh Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1DynamicHelp_TopicMap_Refresh_" data-uid="C1.Win.C1DynamicHelp.TopicMap.Refresh*"></a>
<h4 id="C1_Win_C1DynamicHelp_TopicMap_Refresh" data-uid="C1.Win.C1DynamicHelp.TopicMap.Refresh">Refresh()</h4>
<div class="markdown level1 summary"><p>Refreshes topic map items with the <a class="xref" href="C1.Win.C1DynamicHelp.MapItem.ItemType.html#C1_Win_C1DynamicHelp_MapItem_ItemType">ItemType</a> property set to <a class="xref" href="C1.Win.C1DynamicHelp.MapItemType.html#C1_Win_C1DynamicHelp_MapItemType_Dynamic">Dynamic</a>.
For every control path in the map that does not yet have a UI element found for it, it tries to find a UI element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Refresh()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Refresh()</code></pre>
</div>
<h5 id="C1_Win_C1DynamicHelp_TopicMap_Refresh_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If a UI element is found, it is added to the dynamic help system, that is, the events (focus enter/leave, mouse hover) for it are monitored and the associated topic is shown when triggered by those events.</p>
</div>
</div>
