[]
Returns the binding for the specified key stroke.
public object Get(Keystroke keystroke)
Public Function [Get](keystroke As Keystroke) As Object
Type | Name | Description |
---|---|---|
Keystroke | keystroke | Key stroke for which to get input map |
Type | Description |
---|---|
object | The binding for the specified key stroke. |
This method queries the parent input map if the binding is not defined in the current input map.