JVCL Help:TJvTrayIcon.OnMouseMove
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTrayIcon.OnMouseMove Property
[+] TJvTrayIcon Events
[+] TJvTrayIcon Fields
[+] TJvTrayIcon Methods
[+] TJvTrayIcon Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user moves the mouse pointer while the mouse pointer is over the tray icon.
Pascal
propertyOnMouseMove: TMouseMoveEvent;
Description
Use the OnMouseMove event handler to respond when the mouse pointer moves after the control has captured the mouse.
Use the Shift parameter of the OnMouseDown event handler, to determine to the state of the shift keys and mouse buttons. Shift keys are the Shift, Ctrl, and Alt keys or shift key-mouse button combinations. X and Y are the screen coordinates of the mouse pointer.
See Also
TJvTrayIcon.OnMouseDown, TJvTrayIcon.OnMouseUp
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