[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a mouse button up event is detected for the tray icon.
Source position: extctrls.pp line 1473
public property TCustomTrayIcon.OnMouseUp : TMouseEvent |
OnMouseUp is a TMouseEvent property with the event handler signalled when a mouse button up 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 OnMouseDown to respond to the mouse down event for a mouse button.
|
Event handler signalled when a mouse button down 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 |