[]
Represents a keymap used to map keystrokes to actions.
public class KeyMap : Hashtable, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable
| Name | Description |
|---|---|
| KeyMap() |
| Name | Description |
|---|---|
| Tag | Gets or sets user data associated with the keymap. |
| Name | Description |
|---|---|
| AddHandler(Keys, DoAction) | Adds a handler to the keymap. |
| CanHandle(Keys) | Tests whether the current keymap can handle the keystroke. |
| ClearHandler(Keys) | Removes the handler for the specified keystroke from the keymap. |
| HandleKey(Keys) | Invokes the handler for the specified keystroke. |
| SetHandler(Keys, DoAction) | Sets a handler to an existing key. |