JVCL Help:TJvTrayIcon.OnMouseDown

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the user presses a mouse button with the mouse pointer over the tray icon.


Pascal

 propertyOnMouseDown: TMouseEvent;


Description

Use the OnMouseDown event handler to implement any special processing that should occur as a result of pressing a mouse button with the mouse pointer over the icon that represents the application on the Windows taskbar notification area. The OnMouseDown 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.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