ReactOS 0.4.16-dev-13-ge2fc578
|
#include <window.h>
Public Member Functions | |
TrayIcon (HWND hparent, UINT id) | |
~TrayIcon () | |
void | Add (HICON hIcon, LPCTSTR tooltip=NULL) |
void | Modify (HICON hIcon, LPCTSTR tooltip=NULL) |
void | Remove () |
Protected Member Functions | |
void | Set (DWORD dwMessage, UINT id, HICON hIcon, LPCTSTR tooltip=NULL) |
Protected Attributes | |
HWND | _hparent |
UINT | _id |
|
inline |
Definition at line 1005 of file window.h.
Referenced by ~TrayIcon().
|
inlineprotected |
|
protected |
|
protected |