Preventing comboBox keyboard selection

Posted by Cornel on Stack Overflow See other posts from Stack Overflow or by Cornel
Published on 2009-03-16T07:52:02Z Indexed on 2010/03/14 7:05 UTC
Read the original article Hit count: 199

Filed under:
|

As you now the user can select an item from the comboBox by keyboard directly. By mouse I block the user to select some items depending on the behind object state. What's the best solution to stop this when the user uses the keyboard?

© Stack Overflow or respective owner

Related posts about c#

Related posts about combobox