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


In This Topic
Remove Method (ActionMap)
In This Topic
Removes the binding to an action for the specified key.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal key As Object _
) 
 
'Usage
 
Dim instance As ActionMap
Dim key As Object
 
instance.Remove(key)

Parameters

key
Specified keyboard key
See Also