# FarPoint.Win.Spread.ActionMap

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_ActionMap" data-uid="FarPoint.Win.Spread.ActionMap" class="text-break">ActionMap Class
</h1>
  <div class="markdown level0 summary"><p>Represents an action map, which provides mappings from objects to actions.</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"><span class="xref">ActionMap</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ActionMap_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ActionMap</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ActionMap</code></pre>
  </div>
  <h5 id="FarPoint_Win_Spread_ActionMap_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>An action map is usually used with an input map (see InputMap class) to locate
a particular action when a key is pressed. An action map can have a parent that
is searched for keys not defined in the input map.</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="FarPoint_Win_Spread_ActionMap__ctor" data-uid="FarPoint.Win.Spread.ActionMap.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.-ctor.html#FarPoint_Win_Spread_ActionMap__ctor">ActionMap()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an action map with no parent and no mappings.</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="FarPoint_Win_Spread_ActionMap_Parent" data-uid="FarPoint.Win.Spread.ActionMap.Parent">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.Parent.html#FarPoint_Win_Spread_ActionMap_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parent action map (ActionMap object) of this action map.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ActionMap_Size" data-uid="FarPoint.Win.Spread.ActionMap.Size">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.Size.html#FarPoint_Win_Spread_ActionMap_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of mappings defined in this action map.</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="FarPoint_Win_Spread_ActionMap_AllKeys" data-uid="FarPoint.Win.Spread.ActionMap.AllKeys">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.AllKeys.html#FarPoint_Win_Spread_ActionMap_AllKeys">AllKeys()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the keys that are defined in this action map and its parent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ActionMap_Clear" data-uid="FarPoint.Win.Spread.ActionMap.Clear">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.Clear.html#FarPoint_Win_Spread_ActionMap_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all the mappings from this action map.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ActionMap_Get_System_Object_" data-uid="FarPoint.Win.Spread.ActionMap.Get(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.Get.html#FarPoint_Win_Spread_ActionMap_Get_System_Object_">Get(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the binding to an action for the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ActionMap_Keys" data-uid="FarPoint.Win.Spread.ActionMap.Keys">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.Keys.html#FarPoint_Win_Spread_ActionMap_Keys">Keys()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the keys defined in this action map.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ActionMap_Put_System_Object_FarPoint_Win_Spread_Action_" data-uid="FarPoint.Win.Spread.ActionMap.Put(System.Object,FarPoint.Win.Spread.Action)">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.Put.html#FarPoint_Win_Spread_ActionMap_Put_System_Object_FarPoint_Win_Spread_Action_">Put(object, Action)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a binding between a key and an action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ActionMap_Remove_System_Object_" data-uid="FarPoint.Win.Spread.ActionMap.Remove(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.ActionMap.Remove.html#FarPoint_Win_Spread_ActionMap_Remove_System_Object_">Remove(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the binding to an action for the specified key.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
