* NotifyIcon.cs: Make BalloonWindow expose the owner's Handle.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / NotifyIcon.cs
index b45922574f143bcb1d63a473a6b9987c5111b51e..0a71465d76203471c8177cd359090bdac832d63f 100644 (file)
@@ -263,6 +263,12 @@ namespace System.Windows.Forms {
                                timer.Enabled = false;
                                timer.Tick += new EventHandler (HandleTimer);
                        }
+
+                       public IntPtr OwnerHandle {
+                               get {
+                                       return owner;
+                               }
+                       }
                        
                        protected override void Dispose (bool disposing)
                        {