2008-10-13 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 14 Oct 2008 08:01:06 +0000 (08:01 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Tue, 14 Oct 2008 08:01:06 +0000 (08:01 -0000)
commit8195c117a1af2205fff806cc335864e25247f4b5
tree6cb6c7c66af70a555f4be72845dd6340438cf9d1
parentcaecb65b546901b32357b8192a1f9556a232beb3
2008-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ComboBox.cs: WM_KEYDOWN and WM_KEYUP messages should be sent to the
textbox if auto complete is used, since we need to navigate over it.
And in this case don't pass this messages to the base impl. Also hide
the auto complete list box when displaying the drop down listbox.
* TextBox.cs: new internal members to expose some of the auto complete
functionality to combobox.

svn path=/trunk/mcs/; revision=115750
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBox.cs