Under VB6 the Locked property allows you to create a ComboBox with an edit area whose contents can’t be modified. This feature can’t be easily replicated under VB.NET and can only be approximated by creating a ComboBox control with DropDownList style.
VB Migration Partner supports the Locked property using the technique just described.