R 
		
								
				
				
			
		Ronald S. Cook
In my Windows forms app, I want my ComboBoxes to let the user begin to type
values and it start to populate (if a match is found). But, I don't want
the user to enter a value that is not in the list.
What properties do I need to set to what to make this happen, please?
I think it the involved properties are:
DropDownStyle
AutoCompleteMode
AutoCompleteSource
.... but there are lots of different settings.
thanks
				
			values and it start to populate (if a match is found). But, I don't want
the user to enter a value that is not in the list.
What properties do I need to set to what to make this happen, please?
I think it the involved properties are:
DropDownStyle
AutoCompleteMode
AutoCompleteSource
.... but there are lots of different settings.
thanks
