# GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary" class="text-break">ShortcutDictionary Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Keys/String pair collection.</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">ShortcutDictionary</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.keys">Keys</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.keys">Keys</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2">KeyValuePair</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.keys">Keys</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ShortcutDictionary : IDictionary&lt;Keys, string&gt;, ICollection&lt;KeyValuePair&lt;Keys, string&gt;&gt;, IEnumerable&lt;KeyValuePair&lt;Keys, string&gt;&gt;, ICloneable, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ShortcutDictionary
    Implements IDictionary(Of Keys, String), ICollection(Of KeyValuePair(Of Keys, String)), IEnumerable(Of KeyValuePair(Of Keys, String)), ICloneable, ICollection, IEnumerable</code></pre>
  </div>
  <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="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Count.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.html">ShortcutDictionary</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Item_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Item(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Item.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Item_System_Windows_Forms_Keys_">this[Keys]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Keys" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Keys">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Keys.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Keys">Keys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that contains the keys of the all elements.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Values" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Values">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Values.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection that contains the values in the inner collection.</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="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Add_System_Windows_Forms_Keys_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Add(System.Windows.Forms.Keys,System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Add_System_Windows_Forms_Keys_System_String_">Add(Keys, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Keys/String element to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all shortcuts from the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.html">ShortcutDictionary</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Clone" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Clone">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Clone.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_ContainsKey_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.ContainsKey(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.ContainsKey.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_ContainsKey_System_Windows_Forms_Keys_">ContainsKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains an element with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Remove_System_Windows_Forms_Keys_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Remove(System.Windows.Forms.Keys)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_Remove_System_Windows_Forms_Keys_">Remove(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the element with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_TryGetValue_System_Windows_Forms_Keys_System_String__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.TryGetValue(System.Windows.Forms.Keys,System.String@)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.TryGetValue.html#GrapeCity_Win_Spread_InputMan_CellType_ShortcutDictionary_TryGetValue_System_Windows_Forms_Keys_System_String__">TryGetValue(Keys, out string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value associated with the specified key.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
