ReadOnly ComboBox

Combo boxes dont have a read only property,

if you mean you dont want the user to type on it then
set the DropDownStyle property to DropDownList

if you want to disable it totally then set the Enabled property to False.

Hope this helps
 
Back
Top