Spread Windows Forms 12.0 Product Documentation
Remove(Keystroke) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > InputMap Class : Remove(Keystroke) Method
Key stroke specified
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)
public void Remove( 
   Keystroke keystroke
)

Parameters

keystroke
Key stroke specified
See Also

Reference

InputMap Class
InputMap Members