[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a mouse button down event is detected for the tray icon.
Source position: extctrls.pp line 1472
public property TCustomTrayIcon.OnMouseDown : TMouseEvent |
OnMouseDown is a TMouseEvent property with the event handler signalled when a mouse button down event is detected for the tray icon. Arguments passed to the event handler identify:
An application must implement and assign an object procedure using the signature for the event handler to respond to the notification.
Use OnMouseUp to respond to the mouse up event for a mouse button.
|
Event handler signalled when a mouse button up event is detected for the tray icon. |
|
|
Specifies an event handler used to respond to mouse button events. |
|
|
Enumeration with values for logical mouse buttons. |
|
Version 4.0 | Generated 2025-05-03 | Home |