Configuring Combo Box Controls to Allow Undefined String Values

By default, the combo box control allows users to enter string values not already in the list of strings defined for the control. Right-click the combo box control and select Allow Undefined Strings from the shortcut menu to remove the checkmark and prevent the user from entering undefined string values in the control.

You also can use the Allow Undefined Strings property to allow undefined string values programmatically.