[Overview][Types][Classes][Procedures and functions][Index] |
The Icon or picture that displayed on the tray icon.
Source position: extctrls.pp line 1464
public property TCustomTrayIcon.Icon : TIcon |
Icon is a Icon property with the static icon displayed in the system tray for the control.
Use Icons to assign the bitmap images displayed as an animation sequence when Animate is set to True.
Use ShowIcon to indicate whether the Icon is displayed for the control. This feature is platform-specific. Use the OnPaint event handler and Canvas to perform drawing operations for the tray icon when ShowIcon is set to False.
|
Event handler signalled to implement custom drawing for the tray icon. |
|
|
Canvas for the class instance. |
|
|
Image list with the bitmaps used for an animated icon. |
|
|
Indicates if animations are displayed on the tray icon. |
|
|
Indicates whether the Icon is drawn by the control (in its widgetset class). |
|
|
Implements an icon image type; small images typically associated with applications, controls, etc. |
Version 4.0 | Generated 2025-05-03 | Home |