ReadOnly ComboBox

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi to all

How can I make a ComboBox readonly ?
Enabled = false and DropDownStyle = DropDwnList
are not solutions for me.

Thank you
Dan
 
What about trapping the KeyEvents and cancelling them...
 
Thank you for your answer.
My problem is how to stop dropdown with mouse click if DropDownStyle =
DropDwnList
and Enabled = true ?

Dan
 
You have to script client side... (I think)
Dan said:
Thank you for your answer.
My problem is how to stop dropdown with mouse click if DropDownStyle =
DropDwnList
and Enabled = true ?

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top