How to make drop down list be readonly?

  • Thread starter Thread starter Alex Liang
  • Start date Start date
Set property -> Enabled = False, while defining the control (or in the code,
if you want it to enabled/disabled, based on some condition)

HTH
Kalpesh
 
Back
Top