Occurs when the user releases a mouse button.
TXStatusBar.MouseUp(Button, Shift, X, Y)
| Parameter | Description | |||||||||||||
| Button |
Informs which button is pressed. Possible values are the following:
|
|||||||||||||
| 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 status bar. |
| Button: | Integer |
| Shift: | Integer |
| X: | Long |
| Y: | Long |
<< TXStatusBar.MouseMove Event | >> TXStatusBar.PageMode Property