Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class / Put Method
Key stroke specified
Action specified


In This Topic
    Put Method (InputMap)
    In This Topic
    Creates a binding between the specified key stroke and an action.
    Syntax
    'Declaration
     
    
    Public Sub Put( _
       ByVal keystroke As Keystroke, _
       ByVal actionMapKey As Object _
    ) 
    'Usage
     
    
    Dim instance As InputMap
    Dim keystroke As Keystroke
    Dim actionMapKey As Object
     
    instance.Put(keystroke, actionMapKey)
    public void Put( 
       Keystroke keystroke,
       object actionMapKey
    )

    Parameters

    keystroke
    Key stroke specified
    actionMapKey
    Action specified
    See Also