Board index » Visual Studio » Avoid Combobox Text Change
|
MichaelLargue
|
|
MichaelLargue
|
Avoid Combobox Text Change
Visual Studio158
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... - |
| Larry
Registered User |
Tue Oct 19 21:25:23 CDT 2004
Re:Avoid Combobox Text Change"Pepi Tonas" <Pepitonas@hotmail.com>wrote QuoteI am using a combobox in an application, where I don't want the text Check out the DropDownStyle Property LFS - |
| Pepi
Registered User |
Fri Oct 22 05:10:41 CDT 2004
Re:Avoid Combobox Text Change
Thank you very much...
On Tue, 19 Oct 2004 21:25:23 -0500, "Larry Serflaten" <serflaten@usinternet.com>wrote: Quote
|
