Object Reference > ActionMaps Collection > ActionMaps Collection Methods > Add Method (ActionMaps) |
Add Method (ActionMaps)
Adds an action map to the collection.
Function Add(Message As Integer, Modifier As Integer, Keycode As Integer, Action As Integer) As ActionMap
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) |
Action |
Integer |
The action to be added (value must be an action constant) |
See Also