| 91 | CTrayIcon() {} |
| 92 | CTrayIcon(LPCTSTR szTip, HICON hIcon) {Create(szTip, hIcon);} |
| 93 | virtual ~CTrayIcon() { |
| 94 | RemoveIcon(); |
| 95 | DestroyWindow(); |
| 96 | } |
| 97 | |
| 98 | CString GetTooltipText() const {return NID.szTip;} |
| 99 | BOOL SetTooltipText(LPCTSTR szTip){ |
nothing calls this directly
no outgoing calls
no test coverage detected