Remove Method (ActionMap)
In This Topic
Removes the binding to an action for the specified key.
Syntax
'Declaration
Public Sub Remove( _
ByVal As Object _
)
'Usage
Dim instance As ActionMap
Dim key As Object
instance.Remove(key)
public void Remove(
object
)
Parameters
- key
- Specified keyboard key
See Also