Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActionMap Class / Put Method
Specified keyboard key
Specified action


In This Topic
Put Method (ActionMap)
In This Topic
Creates a binding between a key and an action.
Syntax
'Declaration
 
Public Sub Put( _
   ByVal key As Object, _
   ByVal action As Action _
) 
 
'Usage
 
Dim instance As ActionMap
Dim key As Object
Dim action As Action
 
instance.Put(key, action)

Parameters

key
Specified keyboard key
action
Specified action
See Also