The KeyMap type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an element with the specified key and value into the Hashtable.
(Inherited from Hashtable.) |
![]() |
AddHandler |
Adds a handler to the keymap.
|
![]() |
CanHandle |
Tests whether the current keymap can handle the keystroke.
|
![]() |
Clear |
Removes all elements from the Hashtable.
(Inherited from Hashtable.) |
![]() |
ClearHandler |
Removes the handler for the specified keystroke from the keymap.
|
![]() |
Clone |
Creates a shallow copy of the Hashtable.
(Inherited from Hashtable.) |
![]() |
Contains |
Determines whether the Hashtable contains a specific key.
(Inherited from Hashtable.) |
![]() |
ContainsKey |
Determines whether the Hashtable contains a specific key.
(Inherited from Hashtable.) |
![]() |
ContainsValue |
Determines whether the Hashtable contains a specific value.
(Inherited from Hashtable.) |
![]() |
CopyTo | (Inherited from Hashtable.) |
![]() |
GetEnumerator |
Returns an IDictionaryEnumerator that iterates through the Hashtable.
(Inherited from Hashtable.) |
![]() |
GetObjectData |
Implements the ISerializable interface and returns the data needed to serialize the Hashtable.
(Inherited from Hashtable.) |
![]() |
HandleKey |
Invokes the handler for the specified keystroke.
|
![]() |
OnDeserialization |
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from Hashtable.) |
![]() |
Remove |
Removes the element with the specified key from the Hashtable.
(Inherited from Hashtable.) |
![]() |
SetHandler |
Sets a handler to an existing key.
|
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of key/value pairs contained in the Hashtable.
(Inherited from Hashtable.) |
![]() |
IsFixedSize |
Gets a value indicating whether the Hashtable has a fixed size.
(Inherited from Hashtable.) |
![]() |
IsReadOnly |
Gets a value indicating whether the Hashtable is read-only.
(Inherited from Hashtable.) |
![]() |
IsSynchronized |
Gets a value indicating whether access to the Hashtable is synchronized (thread safe).
(Inherited from Hashtable.) |
![]() |
Item |
Gets or sets the value associated with the specified key.
(Inherited from Hashtable.) |
![]() |
Keys |
Gets an ICollection containing the keys in the Hashtable.
(Inherited from Hashtable.) |
![]() |
SyncRoot |
Gets an object that can be used to synchronize access to the Hashtable.
(Inherited from Hashtable.) |
![]() |
Tag |
Gets or sets user data associated with the keymap.
|
![]() |
Values |
Gets an ICollection containing the values in the Hashtable.
(Inherited from Hashtable.) |