JVCL Help:TJvTrayIcon.OnMouseUp
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTrayIcon.OnMouseUp Property
[+] TJvTrayIcon Events
[+] TJvTrayIcon Fields
[+] TJvTrayIcon Methods
[+] TJvTrayIcon Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user releases a mouse button that was pressed with the mouse pointer over the tray icon.
Pascal
propertyOnMouseUp: TMouseEvent;
Description
Use an OnMouseUp event handler to implement special processing when the user releases a mouse button. The OnMouseUp event handler can respond to left, right, or center mouse button presses and shift key plus mouse-button combinations. Shift keys are the Shift, Ctrl, and Alt keys. X and Y are the screen coordinates of the mouse pointer.
See Also
TJvTrayIcon.OnClick, TJvTrayIcon.OnDblClick, TJvTrayIcon.OnMouseDown
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