JVCL Help:TJvBalloonHint.OnMouseMove
JVCL Help: TJvBalloonHint.OnMouseMove Property
Search in JVCL Help
Search in all projectsSummary
Occurs when the user moves the mouse pointer while the mouse pointer is over a balloon hint.
Pascal
propertyOnMouseMove: TMouseMoveEvent;
Description
Use the OnMouseMove event handler to respond when the mouse pointer moves after the balloon hint has captured the mouse. Use the Shift parameter of the OnMouseMove 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 pixel coordinates of the new location of the mouse pointer in the client area of the Sender.
See Also
TJvBalloonHint.OnMouseDown, TJvBalloonHint.OnMouseUp
About
Notes
This event does not occur for application hint windows, only for balloon hints launched with a call to ActivateHint, ActivateHintRect etc.
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