[Overview][Types][Classes][Procedures and functions][Index] |
Pop-up menu displayed when right mouse button is clicked over the icon for the control.
Source position: extctrls.pp line 1463
public property TCustomTrayIcon.PopUpMenu : TPopupMenu |
PopUpMenu is a TPopupMenu property which contains the menu displayed when the Right mouse button is clicked on the Icon for the class instance. Setting a new value for the property causes the existing pop-up menu instance to be removed from the free notification list for the control. The new pop-up menu instance is added to the free notification list. It is used when the widgetset class instance detects a Right mouse button event over the control.
Use the OnMouseDown, OnMouseMove, or OnMouseUp to implement callbacks for mouse events in the widgetset class.
|
The Icon or picture that displayed on the tray icon. |
|
|
Event handler signalled when a mouse button down event is detected for the tray icon. |
|
|
Event handler signalled when a WM_MOUSEMOVE message is handled for the tray icon. |
|
|
Event handler signalled when a mouse button up event is detected for the tray icon. |
|
|
Implements a menu panel that pops up on the screen when the right mouse button is clicked. |
Version 4.0 | Generated 2025-05-03 | Home |