Prevent User Entering New Values in ComboBox

  • Thread starter Thread starter Wayne Wengert
  • Start date Start date
W

Wayne Wengert

I want to prevent the user from keying in a new value as a combo box value.
I want the user restricted to choosing selections from the "Collection" I've
established. I can't find the property to accomplish this?

Wayne
 
Wayne said:
I want to prevent the user from keying in a new value as a combo box value.
I want the user restricted to choosing selections from the "Collection" I've
established. I can't find the property to accomplish this?

..DropDownStyle = ComboBoxStyle.DropDownList
 

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