TrayIcon.SetImage Method
| Explanation | Set the image list used to display the icon in the task tray. | |
| Call format | TrayIcon1.SetImage( img ) | |
| Return value | None | |
| Arguments | ImageList img | ImageList object that holds the image list you want to display |
| Exception | EXT-5 | ImageList reference is abnormal |
| Example of use | | |
| Related item | Icon property ResetImage method ImageList class | |