| Object Reference > ActionMapCollection > ActionMapCollection Methods > Add Method (ActionMapCollection) |
Add Method (ActionMapCollection)
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, if any |
|
Keycode |
Integer |
The associated keycode |
|
Action |
Integer |
The action to be added (value must be an action constant) |
See Also