Occurs when the user moves the mouse.
TXButtonBar.MouseMove(Button, Shift, X, Y)
| Parameter | Description | |||||||||||||
| Button | Informs about the state of the mouse buttons at the time of the event. It is the sum of one or more of the following values: 
 | |||||||||||||
| Shift | Informs about the state of the SHIFT, CTRL and ALT keys at the time of the event. It is the sum of one or more of the following values: 
 | |||||||||||||
| X,Y | Specifies the current location of the mouse pointer. The coordinates are relative to the upper-left corner of the button bar. | 
| Button: | Integer | 
| Shift: | Integer | 
| X: | Long | 
| Y: | Long | 
<< TXButtonBar.MouseDown Event | >> TXButtonBar.MouseUp Event