FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class / Remove Method
Key stroke specified


In This Topic
Remove Method (InputMap)
In This Topic
Removes the mapping for the specified key stroke.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal keystroke As Keystroke _
) 
 
'Usage
 
Dim instance As InputMap
Dim keystroke As Keystroke
 
instance.Remove(keystroke)

Parameters

keystroke
Key stroke specified
See Also