Posts

Showing posts from November, 2013

How to prevent the user from typing in the windows application combo box

Image
If you need to prevent the user from typing in the windows application combo box, property called ‘Dropdown Style’ should be changed from ‘Drop Down’ to ‘Dropdown List’. Normally, default value of the ‘Dropdown Style’ is ‘Drop Down’ and this allows user to type in the combo box.