[]
Returns the binding to an action for the specified key.
public Action Get(object key)
Public Function [Get](key As Object) As Action
| Type | Name | Description |
|---|---|---|
| object | key | Keyboard key for which to get binding |
| Type | Description |
|---|---|
| Action |
This method queries the parent action map if the binding is not defined in the current action map.