[Mono-winforms-list] [Patch] Navigation for auto complete in TextBox

Carlos Alberto Cortez calberto.cortez at gmail.com
Sun Jul 13 18:53:38 EDT 2008


Hey,

The attached patch adds support for navigation in TextBox.

It also tries to show the auto complete window when a new char has been
typed, instead of trying to do so when the Text changes. The reason is
that the auto complete window should only appear when the user types,
but not when Text is changed from code, or pasted in the TextBox;
finally, because the auto complete code can set the Text property a lot
of times.

Carlos.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tb-changes.patch
Type: text/x-patch
Size: 5812 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20080713/ff9a284e/attachment.bin 


More information about the Mono-winforms-list mailing list