Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class / Get Method
Key stroke for which to get input map


In This Topic
Get Method (InputMap)
In This Topic
Returns the binding for the specified key stroke.
Syntax
'Declaration
 
Public Function Get( _
   ByVal keystroke As Keystroke _
) As Object
 
'Usage
 
Dim instance As InputMap
Dim keystroke As Keystroke
Dim value As Object
 
value = instance.Get(keystroke)

Parameters

keystroke
Key stroke for which to get input map
Remarks
This method queries the parent input map if the binding is not defined in the current input map.
See Also