* UpDownBase.cs: Use an internal class for the textbox
commit353f2cce16db4b43044c108cc075e5e62d71c590
authorJackson Harper <jackson@novell.com>
Tue, 25 Jul 2006 20:39:34 +0000 (25 20:39 -0000)
committerJackson Harper <jackson@novell.com>
Tue, 25 Jul 2006 20:39:34 +0000 (25 20:39 -0000)
tree9ca7bd4a1b10ff93e99f88b2815b76524dda9571
parent3a45aa21db955190291784761d0c67a09168dd6c
            * UpDownBase.cs: Use an internal class for the textbox
                * so that we
        can control focus.  the updown control should always have focus,
        if either the text area or the buttons are clicked.
        - Send the key messages to the textbox, since it never actually
        has focus
        - Activate and decativate the textbox caret.

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