Avoid Combobox Text Change

  • Thread starter Thread starter Pepi Tonas
  • Start date Start date
P

Pepi Tonas

I am using a combobox in an application, where I don't want the text
to be changed, limiting the displayed text to those assigned to each
item in the control's item collection.

I don't want to allow users to type in anything into the control's
textbox and limit them to only be able to choose from its list.

Thanks...
 
Pepi Tonas said:
I am using a combobox in an application, where I don't want the text
to be changed, limiting the displayed text to those assigned to each
item in the control's item collection.

I don't want to allow users to type in anything into the control's
textbox and limit them to only be able to choose from its list.


Check out the DropDownStyle Property


LFS
 

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