GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : ShortcutDictionary Class |
The following tables list the members exposed by ShortcutDictionary.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ShortcutDictionary. | |
Item | Gets or sets the element with the specified key. | |
Keys | Gets a collection that contains the keys of the all elements. | |
Values | Gets a collection that contains the values in the inner collection. |
Name | Description | |
---|---|---|
Add | Adds a Keys/String element to the collection. | |
Clear | Removes all shortcuts from the ShortcutDictionary. | |
Clone | Creates a new object that is a copy of the current instance. | |
ContainsKey | Determines whether the collection contains an element with the specified key. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
Remove | Removes the element with the specified key. | |
TryGetValue | Gets the value associated with the specified key. |