[]
        
(Showing Draft Content)

FarPoint.Win.Spread.InputMap.Get

Get Method

Get(Keystroke)

Returns the binding for the specified key stroke.

Declaration
public object Get(Keystroke keystroke)
Public Function [Get](keystroke As Keystroke) As Object
Parameters
Type Name Description
Keystroke keystroke

Key stroke for which to get input map

Returns
Type Description
object

The binding for the specified key stroke.

Remarks

This method queries the parent input map if the binding is not defined in the current input map.