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
 
Back
Top