Command Event
Description
This event is called when a command button is pressed on the CMM controller. The Code can be used to determine which button was pressed.
Syntax
Visual Basic |
---|
Public Event Command( _ ByVal Code As Long _ ) |
Parameters
- Code
- Long value representing the button that was pressed.
See Also