2008-06-11 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Wed, 11 Jun 2008 17:26:50 +0000 (17:26 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Wed, 11 Jun 2008 17:26:50 +0000 (17:26 -0000)
commit7fbe985bb6015551411cb8d74d9f9171afde32f0
treeb4036e6d4045f51cc331798c37fd50ddccb9eef1
parent5ec304f596d1ec7743b2ea807d7415841975d30b
2008-06-11  Jonathan Pobst  <monkey@jpobst.com>

* FontDialog.cs: Forward ListBox keyboard events to the ListBox
instead of trying to duplicate the code.
* ListBox.cs: Make method internal so we can send keyboard events.
[Fixes bug #398344]

svn path=/trunk/mcs/; revision=105616
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/FontDialog.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBox.cs