* NotifyIcon.cs: Derive the notify icon from a form, so things
commit1834c248f85c43234257bb6b7d3772716d72715a
authorJackson Harper <jackson@novell.com>
Mon, 2 Oct 2006 19:11:59 +0000 (2 19:11 -0000)
committerJackson Harper <jackson@novell.com>
Mon, 2 Oct 2006 19:11:59 +0000 (2 19:11 -0000)
treee6dca05ec1a7dae0f1a548d28ccef5296524c212
parentc5825c88a16aea494ff097174243507a68235baf
    * NotifyIcon.cs: Derive the notify icon from a form, so things
        like FindForm work on it.
        - Swallow the WM_CONTEXTMENU message, since that is generated on
        mouse down, and context menu is a mouse up kinda guy.  I believe
        the correct fix here is probably to make the notify icon
entirely
        NC area, but this seems to work fine for anyone not manipulating
        WndProc.

svn path=/trunk/mcs/; revision=66171
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NotifyIcon.cs