# C1.Win.C1DynamicHelp.C1DynamicHelp

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1DynamicHelp_C1DynamicHelp" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp" class="text-break">C1DynamicHelp Class
</h1>
  <div class="markdown level0 summary"><p>Provides dynamic help for applications.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><span class="xref">C1DynamicHelp</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.iextenderprovider">IExtenderProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1DynamicHelp.html">C1.Win.C1DynamicHelp</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1DynamicHelp.4.8.dll</h6>
  <h5 id="C1_Win_C1DynamicHelp_C1DynamicHelp_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1DynamicHelp), &quot;C1DynamicHelp.png&quot;)]
public class C1DynamicHelp : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IExtenderProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1DynamicHelp), &quot;C1DynamicHelp.png&quot;)&gt;
Public Class C1DynamicHelp
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IExtenderProvider</code></pre>
  </div>
  <h5 id="C1_Win_C1DynamicHelp_C1DynamicHelp_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <b>C1DynamicHelp</b> control displays help topics from CHM, NetHelp and other help files.</p>
<p>The <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.HelpSource.html#C1_Win_C1DynamicHelp_C1DynamicHelp_HelpSource">HelpSource</a> property specifies the help file containing the 
documentation.</p>
<p>Topics in the help file can be associated with components in the application either by a programmer
at design time, using the <b>HelpTopic</b> extender property, or without programmers, using the control's
'authoring mode' facilities. </p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp__ctor" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.#ctor">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.-ctor.html#C1_Win_C1DynamicHelp_C1DynamicHelp__ctor">C1DynamicHelp()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.html">C1DynamicHelp</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_AuthoringMode" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.AuthoringMode">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.AuthoringMode.html#C1_Win_C1DynamicHelp_C1DynamicHelp_AuthoringMode">AuthoringMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control is currently in 'authoring mode'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_BorderStyle" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.BorderStyle">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.BorderStyle.html#C1_Win_C1DynamicHelp_C1DynamicHelp_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of border to display around the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_Browser" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.Browser">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.Browser.html#C1_Win_C1DynamicHelp_C1DynamicHelp_Browser">Browser</a>
        </td>
        <td class="markdown level1 summary"><p>Provides access to the browser object used to display the topics, so the programmer can use browser features programmatically, for example, to navigate help topics inside the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ContextMenuStrip" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ContextMenuStrip">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ContextMenuStrip.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.contextmenustrip">ContextMenuStrip</a> associated with this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_CurrentTopic" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopic">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_CurrentTopic">CurrentTopic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HelpTopic that is currently displayed by the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_DefaultTrigger" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.DefaultTrigger">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.DefaultTrigger.html#C1_Win_C1DynamicHelp_C1DynamicHelp_DefaultTrigger">DefaultTrigger</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a default <a class="xref" href="C1.Win.C1DynamicHelp.HelpTopicTrigger.html">HelpTopicTrigger</a> value for the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_Dock" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.Dock">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.Dock.html#C1_Win_C1DynamicHelp_C1DynamicHelp_Dock">Dock</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which control borders are docked to its parent control and determines
how the control is resized with its parent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_HelpSource" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.HelpSource">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.HelpSource.html#C1_Win_C1DynamicHelp_C1DynamicHelp_HelpSource">HelpSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the help source, such as the name of a .chm file (for HTML Help) or the name of the main .htm file (for NetHelp).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_IsPinnedDown" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.IsPinnedDown">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.IsPinnedDown.html#C1_Win_C1DynamicHelp_C1DynamicHelp_IsPinnedDown">IsPinnedDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the current help topic is pinned down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_MainControl" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.MainControl">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.MainControl.html#C1_Win_C1DynamicHelp_C1DynamicHelp_MainControl">MainControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to another C1DynamicHelp control which will be used as a source of data for the current C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_MouseHoverDelay" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.MouseHoverDelay">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.MouseHoverDelay.html#C1_Win_C1DynamicHelp_C1DynamicHelp_MouseHoverDelay">MouseHoverDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval, in milliseconds, between the time the mouse enters a control or component and the time the associated HelpTopic is displayed in the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_Provider" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.Provider">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.Provider.html#C1_Win_C1DynamicHelp_C1DynamicHelp_Provider">Provider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to a help provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_Resolver" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.Resolver">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.Resolver.html#C1_Win_C1DynamicHelp_C1DynamicHelp_Resolver">Resolver</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a class with virtual methods that are used to supply information about custom controls used in the application.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_TopicMap" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.TopicMap">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.TopicMap.html#C1_Win_C1DynamicHelp_C1DynamicHelp_TopicMap">TopicMap</a>
        </td>
        <td class="markdown level1 summary"><p>A dictionary that maps UI elements to <a class="xref" href="C1.Win.C1DynamicHelp.MapItem.html">MapItem</a> objects.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_Dispose_System_Boolean_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.Dispose.html#C1_Win_C1DynamicHelp_C1DynamicHelp_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> and its child controls and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_GetHelpTopic_System_ComponentModel_Component_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.GetHelpTopic(System.ComponentModel.Component)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.GetHelpTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_GetHelpTopic_System_ComponentModel_Component_">GetHelpTopic(Component)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.C1DynamicHelp.MapItem.html">MapItem</a> object currently associated with a given UI element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_OnCurrentTopicChanged_System_EventArgs_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.OnCurrentTopicChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.OnCurrentTopicChanged.html#C1_Win_C1DynamicHelp_C1DynamicHelp_OnCurrentTopicChanged_System_EventArgs_">OnCurrentTopicChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopicChanged.html">CurrentTopicChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_OnCurrentTopicChanging_C1_Win_C1DynamicHelp_TopicEventArgs_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.OnCurrentTopicChanging(C1.Win.C1DynamicHelp.TopicEventArgs)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.OnCurrentTopicChanging.html#C1_Win_C1DynamicHelp_C1DynamicHelp_OnCurrentTopicChanging_C1_Win_C1DynamicHelp_TopicEventArgs_">OnCurrentTopicChanging(TopicEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopicChanging.html">CurrentTopicChanging</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_OnHandleCreated_System_EventArgs_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.OnHandleCreated.html#C1_Win_C1DynamicHelp_C1DynamicHelp_OnHandleCreated_System_EventArgs_">OnHandleCreated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.handlecreated">HandleCreated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_SetHelpTopic_System_ComponentModel_Component_C1_Win_C1DynamicHelp_MapItem_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.SetHelpTopic(System.ComponentModel.Component,C1.Win.C1DynamicHelp.MapItem)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.SetHelpTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_SetHelpTopic_System_ComponentModel_Component_C1_Win_C1DynamicHelp_MapItem_">SetHelpTopic(Component, MapItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Associates a <a class="xref" href="C1.Win.C1DynamicHelp.MapItem.html">MapItem</a> object with a UI element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowDefaultTopic" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowDefaultTopic">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowDefaultTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowDefaultTopic">ShowDefaultTopic()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the topic associated with the Form where the C1DynamicHelp control is placed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowExternalHelp_C1_Win_C1DynamicHelp_HelpTab_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowExternalHelp(C1.Win.C1DynamicHelp.HelpTab)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowExternalHelp.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowExternalHelp_C1_Win_C1DynamicHelp_HelpTab_">ShowExternalHelp(HelpTab)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the contents of the help file in an external help viewer window instead of in the C1DynamicHelp panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowExternalHelp_C1_Win_C1DynamicHelp_HelpTab_System_Object_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowExternalHelp(C1.Win.C1DynamicHelp.HelpTab,System.Object)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowExternalHelp.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowExternalHelp_C1_Win_C1DynamicHelp_HelpTab_System_Object_">ShowExternalHelp(HelpTab, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the contents of the help file in an external help viewer window instead of in the C1DynamicHelp panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_C1_Win_C1DynamicHelp_HelpTopic_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic(C1.Win.C1DynamicHelp.HelpTopic)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_C1_Win_C1DynamicHelp_HelpTopic_">ShowTopic(HelpTopic)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the given <a class="xref" href="C1.Win.C1DynamicHelp.HelpTopic.html">HelpTopic</a> in the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_System_Int32_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic(System.Int32)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_System_Int32_">ShowTopic(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the topic with the given context id in the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_System_Object_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic(System.Object)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_System_Object_">ShowTopic(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the topic associated in the <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.TopicMap.html#C1_Win_C1DynamicHelp_C1DynamicHelp_TopicMap">TopicMap</a> with a UI element in the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_System_String_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic(System.String)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopic_System_String_">ShowTopic(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the topic with the given URL in the C1DynamicHelp control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopicForActiveControl_C1_Win_C1DynamicHelp_DisplayTarget_" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopicForActiveControl(C1.Win.C1DynamicHelp.DisplayTarget)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.ShowTopicForActiveControl.html#C1_Win_C1DynamicHelp_C1DynamicHelp_ShowTopicForActiveControl_C1_Win_C1DynamicHelp_DisplayTarget_">ShowTopicForActiveControl(DisplayTarget)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows in <a class="xref" href="C1.Win.C1DynamicHelp.DisplayTarget.html">DisplayTarget</a> the topic associated with the active control (control currently in focus).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.WndProc.html#C1_Win_C1DynamicHelp_C1DynamicHelp_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes Windows messages.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_CurrentTopicChanged" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopicChanged">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopicChanged.html">CurrentTopicChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after the value of the <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_CurrentTopic">CurrentTopic</a> has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1DynamicHelp_C1DynamicHelp_CurrentTopicChanging" data-uid="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopicChanging">
          <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopicChanging.html">CurrentTopicChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before the value of the <a class="xref" href="C1.Win.C1DynamicHelp.C1DynamicHelp.CurrentTopic.html#C1_Win_C1DynamicHelp_C1DynamicHelp_CurrentTopic">CurrentTopic</a> changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
