JVCL Help:TJvTrayIcon.DoMouseMove
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTrayIcon.DoMouseMove Method
[+] TJvTrayIcon Events
[+] TJvTrayIcon Fields
[+] TJvTrayIcon Methods
[+] TJvTrayIcon Properties
Search in JVCL Help
Search in all projectsSummary
Responds when the user moves the mouse pointer over the tray icon.
Pascal
procedureDoMouseMove(Shift: TShiftState; X: Integer; Y: Integer);
Parameters
Parameters | Description |
Shift: TShiftState | Indicates which keys (Shift, Ctrl, and Alt) were down when the user pressed the mouse button. |
X: Integer | Indicates the new x-coordinate of the mouse pointer. |
Y: Integer | Indicates the new y-coordinate of the mouse pointer. |
Description
Do not call MouseMove. It is called automatically when the user moves the mouse pointer over the icon. As implemented in TJvTrayIcon, DoMouseMove triggers the OnMouseMove event.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page