Object Reference > ActionMaps Collection > ActionMaps Collection Methods > Remove Method (ActionMaps) |
Remove Method (ActionMaps)
Removes an action map from the collection.
Sub Remove(Message As Integer, Modifier As Integer, Keycode As Integer)
Part |
Type |
Description |
Message |
Integer |
The message passed to the message handler |
Modifier |
Integer |
Modifier flags; zero if none |
Keycode |
Integer |
The associated keycode (only for WM_KEYDOWN and WM_KEYUP messages) |
See Also