2007-08-28 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / XplatUIStructs.cs
index fdeaf046a37d2dbda97a8b44477fcdd7afa93455..3261973bea1e9dd5380f336c89074e1132744c63 100644 (file)
@@ -341,7 +341,13 @@ namespace System.Windows.Forms {
                WM_MOUSE_ENTER            = 0x0401,
                WM_ASYNC_MESSAGE          = 0x0403,
                WM_REFLECT                = WM_USER + 0x1c00,
-               WM_CLOSE_INTERNAL         = WM_USER + 0x1c01
+               WM_CLOSE_INTERNAL         = WM_USER + 0x1c01,
+
+               // NotifyIcon (Systray) Balloon messages 
+               NIN_BALLOONSHOW           = WM_USER + 0x0002,
+               NIN_BALLOONHIDE           = WM_USER + 0x0003,
+               NIN_BALLOONTIMEOUT        = WM_USER + 0x0004,
+               NIN_BALLOONUSERCLICK      = WM_USER + 0x0005 
        }
 
        internal enum MsgButtons {