combobox

  • Thread starter Thread starter Snuyt
  • Start date Start date
S

Snuyt

Hello,

I want to disable the ability to change text in a combobox. Only one of
the given choices should be selected. Can anyone tell me which property
to use ?

thanks,

Snuyt
 
I want to disable the ability to change text in a combobox. Only one of
the given choices should be selected. Can anyone tell me which property
to use ?

Change teh DropDownStyle to DropDownList and ensure that the text
property is initially set to something that is already in the
combobox.

Cheers

Tom
 
Snuyt

Set the 'DropDownStyle' property to 'DropDownList' and that will do it

Regards, Synthanato

----- Snuyt wrote: ----

Hello

I want to disable the ability to change text in a combobox. Only one of
the given choices should be selected. Can anyone tell me which property
to use

thanks,

Snuy
 

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