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.
| Visual Basic |
|---|
Public Event Command( _ ByVal Code As Long _ ) |
- Code
- Long value representing the button that was pressed.