how can I prevent editing a Combo Box control.
If I set the locked property to Yes, It will also prevents the user from change the content of the combo box, so the change event will be prevented.
Example:
Combo box
Name: Country
Source data: USA, England,France.
Current text:USA
locked:Yes
The user will not be able to select England.
Is there method to allow user to change the content of the combo box by selecting another item from the list without ability to edit the current text of the combo box?
If I set the locked property to Yes, It will also prevents the user from change the content of the combo box, so the change event will be prevented.
Example:
Combo box
Name: Country
Source data: USA, England,France.
Current text:USA
locked:Yes
The user will not be able to select England.
Is there method to allow user to change the content of the combo box by selecting another item from the list without ability to edit the current text of the combo box?