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

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.

Comments

Popular posts from this blog

How to set and get Metadata to image using BitmapMetadata class in C#

How to add standard and custom Metadata to PDF using iTextSharp

Generating XML using DBMS_XMLGEN