In This Topic
The following tables list the members exposed by ActionMap.
Public Constructors
Public Properties
| Name | Description |
| Parent | Gets or sets the parent action map (ActionMap object) of this action map. |
| Size | Returns the number of mappings defined in this action map. |
Top
Public Methods
| Name | Description |
| AllKeys | Returns the keys that are defined in this action map and its parent. |
| Clear | Removes all the mappings from this action map. |
| Get | Returns the binding to an action for the specified key. |
| Keys | Returns the keys defined in this action map. |
| Put | Creates a binding between a key and an action. |
| Remove | Removes the binding to an action for the specified key. |
Top
See Also